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

14 lines
183 B
YAML
Raw Normal View History

2020-10-08 04:07:58 -05:00
apiVersion: v1
kind: Service
metadata:
labels:
app: plausible
name: plausible
spec:
ports:
- name: http
port: 8000
targetPort: 8000
selector:
app: plausible