matomo/k8s/deployment-matomo.yaml

20 lines
340 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: matomo-playground
spec:
replicas: 1
selector:
matchLabels:
app: matomo
template:
metadata:
labels:
app: matomo
spec:
containers:
- name: matomo
image: matomo:4.12.0-apache
ports:
- containerPort: 8081