feat: add nginx-canary argocd application

This commit is contained in:
Claude AI
2026-03-01 21:13:16 +00:00
parent 37eabf1eb9
commit eaaa062edb

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-canary
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k3s-gitops
path: apps/nginx-canary
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: nginx-canary
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true