summaryrefslogtreecommitdiff
path: root/contrib/k8s-lwl/matomo-svc.yml
blob: c619424ab4a34cb36c93d9136e2ce090dd117885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
apiVersion: v1
kind: Service
metadata:
  namespace: lwl
  name: stats-matomo
  labels:
    app: matomo
    tier: stats
spec:
  selector:
    app: matomo
    tier: stats
  clusterIP: 172.18.242.14
  ports:
  - name: http
    port: 8080