From 9f54cfcdfd1f72b786c2cc048e30b395322e3078 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 4 Mar 2025 14:15:04 -0600 Subject: [PATCH] traefik should only watch for `kubernetes.io/ingress.class: traefik` --- apps/kipunji/ingress.yaml | 2 +- infrastructure/controllers/traefik/release.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/kipunji/ingress.yaml b/apps/kipunji/ingress.yaml index 5fcb75e..bb2fa94 100644 --- a/apps/kipunji/ingress.yaml +++ b/apps/kipunji/ingress.yaml @@ -3,7 +3,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: - kubernetes.io/ingress.class: istio + kubernetes.io/ingress.class: istio name: kipunji-ingress namespace: kipunji spec: diff --git a/infrastructure/controllers/traefik/release.yaml b/infrastructure/controllers/traefik/release.yaml index 72f56a9..aeae15c 100644 --- a/infrastructure/controllers/traefik/release.yaml +++ b/infrastructure/controllers/traefik/release.yaml @@ -16,3 +16,7 @@ spec: install: remediation: retries: 3 + values: + ingressClass: + enabled: true + isDefaultClass: false