Actualizar apps/ nginx/application.yaml
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nginx-app
|
||||
name: root-apps-registry
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: '[https://gitea.cruzcloud.net/devops/apps-registry.git](https://gitea.cruzcloud.net/devops/apps-registry.git)'
|
||||
path: apps/nginx
|
||||
repoURL: 'https://gitea.cruzcloud.net/devops/apps-registry.git'
|
||||
path: apps
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
server: '[https://kubernetes.default.svc](https://kubernetes.default.svc)'
|
||||
namespace: nginx-web
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
selfHeal: true
|
||||
Reference in New Issue
Block a user