eclipse-tractusx / sig-infra

Apache License 2.0
2 stars 2 forks source link

SRE: refactor ingress-controller to multi-source app #350

Closed carslen closed 7 months ago

carslen commented 8 months ago

ingress-nginx is using a unnecessary umbrella Helm chart. As ArgoCD supports multi-source for applicationsets, refactor the applicationset configu for ingress-nginx to use multi-source instead.

  1. Disable devsecops-testing cluster from current ingress-nginx appset
  2. Deploy new multi-source appset targeting devsecops-testing cluster
  3. Test deployment on devsecops-testing cluster
  4. enable on all environments
carslen commented 8 months ago

PR for step 1 + 2 created

carslen commented 7 months ago

All envs have been migrated to the new multi-source application set.

PR: https://github.com/catenax-ng/k8s-cluster-stack/pull/449

carslen commented 7 months ago

approved by @FaGru3n