summaryrefslogtreecommitdiff
path: root/contrib/k8s-emc/matomo-svc.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-svc.yml
parentadded improvised onion service site (diff)
initial matomo deployment (not working yet)
Diffstat (limited to 'contrib/k8s-emc/matomo-svc.yml')
-rw-r--r--contrib/k8s-emc/matomo-svc.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/k8s-emc/matomo-svc.yml b/contrib/k8s-emc/matomo-svc.yml
new file mode 100644
index 0000000..4bac3c7
--- /dev/null
+++ b/contrib/k8s-emc/matomo-svc.yml
@@ -0,0 +1,16 @@
+apiVersion: v1
+kind: Service
+metadata:
+ namespace: emc
+ name: stats-matomo
+ labels:
+ app: matomo
+ tier: stats
+spec:
+ selector:
+ app: matomo
+ tier: stats
+ clusterIP: 172.18.242.14
+ ports:
+ - name: http
+ port: 8080