This commit is contained in:
Danijel Simeunovic
2026-02-08 10:42:10 +01:00
parent a42e94672e
commit bec3b6310a
13 changed files with 56 additions and 42 deletions

View File

@@ -1,22 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: musicman-app-of-apps
name: app-of-apps
namespace: argocd
labels:
scope: music-man
scope: infra
spec:
project: default
source:
repoURL: https://github.com/snothub/scaling-parakeet.git
repoURL: https://github.com/fortedigital/sturdy-adventure.git
targetRevision: HEAD
path: argocd
destination:
server: https://kubernetes.default.svc
namespace: music-man
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- Validate=true
- ServerSideApply=true
timeout: 300s