From bffc74d99cec87a9e61b51a1c5199e4f32adee1e 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 | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/applications/add-ons/traefik.yaml b/applications/add-ons/traefik.yaml index 9af1c15..a237a05 100644 --- a/applications/add-ons/traefik.yaml +++ b/applications/add-ons/traefik.yaml @@ -11,28 +11,13 @@ spec: targetRevision: v39.0.2 helm: values: | - # Disable load balancer - 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 - + kubernetesIngress: + enabled: false + service: + type: ClusterIP destination: server: https://kubernetes.default.svc namespace: traefik