mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
argocd: fix nginx-ingress app manifest
This commit is contained in:
parent
b257c8f893
commit
02e08a2985
1 changed files with 5 additions and 2 deletions
|
|
@ -8,9 +8,12 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: nginx-ingress
|
namespace: nginx-ingress
|
||||||
server:
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: apps/system/nginx-ingress
|
path: apps/system/nginx-ingress
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
targetRevision: argocd-gitops
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue