apps/plausible/resources/service.yaml

13 lines
186 B
YAML
Raw Normal View History

2024-11-26 20:56:18 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: plausible
spec:
selector:
app.kubernetes.io/name: plausible
ports:
- protocol: TCP
port: 3000
targetPort: 3000