apps/umami/resources/service.yaml

12 lines
177 B
YAML
Raw Normal View History

2024-04-29 14:52:48 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: umami
spec:
selector:
app.kubernetes.io/name: umami
ports:
- protocol: TCP
port: 3000
targetPort: 3000