matomo/k8s/backend-matomo.yaml

12 lines
174 B
YAML

apiVersion: v1
kind: Service
metadata:
name: matomo-playground
spec:
type: ClusterIP
selector:
app: matomo-playground
ports:
- protocol: TCP
port: 8081