Add finance to auto deploy

This commit is contained in:
2024-01-10 13:15:42 +01:00
parent 3699b79f1a
commit 5792367b8b
12 changed files with 98 additions and 246 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: actualbudget
spec:
selector:
app: actualbudget
ports:
- protocol: TCP
port: 5006
targetPort: 5006
type: ClusterIP