diff --git a/argocd/applications/archive-production/nginx-ingress-application.yaml b/argocd/applications/archive-production/nginx-ingress-application.yaml index 7282881..55c441f 100644 --- a/argocd/applications/archive-production/nginx-ingress-application.yaml +++ b/argocd/applications/archive-production/nginx-ingress-application.yaml @@ -1,21 +1,24 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: production-ingress-nginx-application namespace: argocd spec: project: default # Todo define a project to limit the deployment types source: chart: nginx-ingress repoURL: https://helm.nginx.com/stable targetRevision: 0.14.1 helm: releaseName: ingress-nginx + parameters: + - name: "controller.setAsDefaultIngress" + value: "true" destination: server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-2mwgb namespace: ingress-nginx syncPolicy: automated: prune: true selfHeal: true allowEmpty: false