Move argocd apps to argocd-apps/development/

This commit is contained in:
Chris Rai
2026-01-31 00:11:47 -05:00
parent 7784b81c05
commit 40e23206f2

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gateway
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://gitea.mini.cloud.fiskerinc.com/admin/cloud-services.git
targetRevision: main
path: deploy/overlays/development/services/gateway
destination:
server: https://kubernetes.default.svc
namespace: cloud-services
syncPolicy:
automated:
prune: true
selfHeal: true