From aad2ad816a1be9a9fbf2fdad18fe93937dbdf847 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 Jan 2026 17:11:04 +0200 Subject: Add TLS offloading support via relayd proxy Amp-Thread-ID: https://ampcode.com/threads/T-019c1492-bec0-70f8-8d02-ef3596a7228b Co-authored-by: Amp --- f3s/minvid/helm-chart/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/f3s/minvid/helm-chart/templates/ingress.yaml b/f3s/minvid/helm-chart/templates/ingress.yaml index 74d0f5f..5c06880 100644 --- a/f3s/minvid/helm-chart/templates/ingress.yaml +++ b/f3s/minvid/helm-chart/templates/ingress.yaml @@ -6,6 +6,7 @@ metadata: annotations: spec.ingressClassName: traefik traefik.ingress.kubernetes.io/router.entrypoints: web + traefik.ingress.kubernetes.io/router.middlewares: services-forwarded-headers@kubernetescrd spec: rules: - host: minvid.f3s.buetow.org -- cgit v1.2.3