diff --git a/applications/add-ons/traefik.yaml b/applications/add-ons/traefik.yaml index 9af1c15..08a4d9f 100644 --- a/applications/add-ons/traefik.yaml +++ b/applications/add-ons/traefik.yaml @@ -11,28 +11,18 @@ 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 + gateway: + listeners: + web: + namespacePolicy: + from: All destination: server: https://kubernetes.default.svc namespace: traefik