Files
k3s-infra/apps/finance/actualbudget.service.yaml
2024-01-10 13:15:42 +01:00

12 lines
186 B
YAML

apiVersion: v1
kind: Service
metadata:
name: actualbudget
spec:
selector:
app: actualbudget
ports:
- protocol: TCP
port: 5006
targetPort: 5006
type: ClusterIP