From 4c262c4da09516e025a9726945d55e8c1308a50a Mon Sep 17 00:00:00 2001 From: Karan Parashar Date: Sat, 21 Feb 2026 00:41:31 +0530 Subject: [PATCH] fix(traefik): Disable ingress provider --- applications/add-ons/traefik.yaml | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/applications/add-ons/traefik.yaml b/applications/add-ons/traefik.yaml index 9af1c15..e4af41d 100644 --- a/applications/add-ons/traefik.yaml +++ b/applications/add-ons/traefik.yaml @@ -11,28 +11,12 @@ spec: targetRevision: v39.0.2 helm: values: | - # Disable load balancer + ingressClass: + enabled: false + kubernetesGateway: + enabled: true service: enabled: false - - # Enable the gateway API - providers: - kubernetesGateway: - enabled: true - - ports: - web: - hostPort: 80 - websecure: - hostPort: 443 - - securityContext: - runAsNonRoot: false - runAsUser: 0 - capabilities: - add: - - NET_BIND_SERVICE - destination: server: https://kubernetes.default.svc namespace: traefik