Actualizar apps/ nginx/application.yaml

This commit is contained in:
2026-06-20 23:43:46 +00:00
parent d02e18faf0
commit c3472c7aea
+6 -10
View File
@@ -1,22 +1,18 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: nginx-app name: root-apps-registry
namespace: argocd namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec: spec:
project: default project: default
source: source:
repoURL: '[https://gitea.cruzcloud.net/devops/apps-registry.git](https://gitea.cruzcloud.net/devops/apps-registry.git)' repoURL: 'https://gitea.cruzcloud.net/devops/apps-registry.git'
path: apps/nginx path: apps
targetRevision: HEAD targetRevision: HEAD
destination: destination:
server: '[https://kubernetes.default.svc](https://kubernetes.default.svc)' server: 'https://kubernetes.default.svc'
namespace: nginx-web namespace: argocd
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true