summaryrefslogtreecommitdiff
path: root/contrib/k8s-emc/_graveyard_/matomo-svc.yml
blob: 4bac3c7f5fd6e13532fceb21937d678b37de5c60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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