prole/deploy/opentofu/k3s/manifests/knoe/traefik-helmchartconfig.yaml
chrisfu 529c20153e feat(k3s): enable allowExternalNameServices in Traefik
Needed for the knoe-system/oauth2-proxy ExternalName service that routes
db.prole.org ingress to oauth2-proxy running in the supabase namespace.
2026-05-06 17:58:50 -04:00

15 lines
445 B
YAML

# Allow Traefik to route to ExternalName services (needed for knoe-system/oauth2-proxy
# ExternalName alias that bridges db.prole.org ingress to oauth2-proxy in supabase ns).
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
providers:
kubernetesIngress:
allowExternalNameServices: true
kubernetesCRD:
allowExternalNameServices: true