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