summaryrefslogtreecommitdiff
path: root/contrib/k8s-emc/matomo-ingress.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-03-08 03:10:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-03-08 03:10:37 +0100
commit8d7444f4ff20b70e98bad03d3b1e35981eac4932 (patch)
tree141402f1c2d26fccdeded0c25a6293bb275ee55d /contrib/k8s-emc/matomo-ingress.yml
parentadded improvised onion service site (diff)
initial matomo deployment (not working yet)
Diffstat (limited to 'contrib/k8s-emc/matomo-ingress.yml')
-rw-r--r--contrib/k8s-emc/matomo-ingress.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/k8s-emc/matomo-ingress.yml b/contrib/k8s-emc/matomo-ingress.yml
new file mode 100644
index 0000000..fae82c3
--- /dev/null
+++ b/contrib/k8s-emc/matomo-ingress.yml
@@ -0,0 +1,23 @@
+apiVersion: extensions/v1beta1
+kind: Ingress
+metadata:
+ namespace: emc
+ name: stats-matomo
+ labels:
+ app: matomo
+ tier: stats
+ annotations:
+ nginx.ingress.kubernetes.io/rewrite-target: /
+spec:
+ tls:
+ - secretName: stream-stats-tls
+ hosts:
+ - elevate-stats.spreadspace.org
+ rules:
+ - host: elevate-stats.spreadspace.org
+ http:
+ paths:
+ - path: /matomo
+ backend:
+ serviceName: stats-matomo
+ servicePort: 8080