mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:34:31 +00:00
Needed for the knoe-system/oauth2-proxy ExternalName service that routes db.prole.org ingress to oauth2-proxy running in the supabase namespace.
15 lines
445 B
YAML
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
|