diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 17:11:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 17:11:04 +0200 |
| commit | aad2ad816a1be9a9fbf2fdad18fe93937dbdf847 (patch) | |
| tree | c6a9da8b8e6a4a0e42586e8a1d70692002f9d292 | |
| parent | 77f44553bcc0857c20e0a650a0a7d134da199729 (diff) | |
Add TLS offloading support via relayd proxy
Amp-Thread-ID: https://ampcode.com/threads/T-019c1492-bec0-70f8-8d02-ef3596a7228b
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | f3s/minvid/helm-chart/templates/ingress.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
