diff --git a/manifests/apps/infra-app-of-apps/ingress-nginx.yaml b/manifests/apps/infra-app-of-apps/ingress-nginx.yaml new file mode 100644 index 0000000..0244e8b --- /dev/null +++ b/manifests/apps/infra-app-of-apps/ingress-nginx.yaml @@ -0,0 +1,32 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ingress-nginx + namespace: argocd +spec: + destination: + namespace: cluster-ingress + server: https://kubernetes.default.svc + project: infra + source: + chart: ingress-nginx + repoURL: https://kubernetes.github.io/ingress-nginx + targetRevision: 4.12.1 + helm: + valuesObject: + controller: + kind: DaemonSet + nodeSelector: + ingresshost: 'true' + hostNetwork: 'true' + ingressClass: 'nginx' + ingressClassResource: + default: 'true' + className: nginx + controllerValue: 'k8s.io/ingress-nginx' + config: + annotations-risk-level: Critical + syncPolicy: + automated: + selfHeal: true +