apps/umami/resources/service.yaml
Peter Kurfer 0224df3d7f
All checks were successful
Renovate / renovate (push) Successful in 22s
feat(umami): initial deploy
2024-04-29 16:52:48 +02:00

12 lines
No EOL
177 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: umami
spec:
selector:
app.kubernetes.io/name: umami
ports:
- protocol: TCP
port: 3000
targetPort: 3000