diff --git a/applications/add-ons/traefik.yaml b/applications/add-ons/traefik.yaml index 9af1c15..6d04732 100644 --- a/applications/add-ons/traefik.yaml +++ b/applications/add-ons/traefik.yaml @@ -11,28 +11,10 @@ spec: targetRevision: v39.0.2 helm: values: | - # Disable load balancer + ingressClass: + enabled: false 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