plausible-hosting/k8s-manifests/plausible-service.yaml

14 lines
183 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: plausible
name: plausible
spec:
ports:
- name: http
port: 8000
targetPort: 8000
selector:
app: plausible