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,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: finance-application
namespace: argocd
spec:
project: apps
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main
path: apps/finance
destination:
server: https://kubernetes.default.svc
namespace: finance
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml

View File

@@ -34,3 +34,4 @@ resources:
- media/
- nextcloud/
- syncthing/
- finance/