diff --git a/ops/helm/03-ingress/ingress-traefik/values.yaml b/ops/helm/03-ingress/ingress-traefik/values.yaml index 14704cd..7c33f2c 100644 --- a/ops/helm/03-ingress/ingress-traefik/values.yaml +++ b/ops/helm/03-ingress/ingress-traefik/values.yaml @@ -23,10 +23,12 @@ traefik: certResolver: letsencrypt-traefik forwardedHeaders: insecure: true - trustedIPs: 0.0.0.0/0 + trustedIPs: + - 0.0.0.0/0 proxyProtocol: insecure: true - trustedIPs: 0.0.0.0/0 + trustedIPs: + - 0.0.0.0/0 http3: enabled: true