video-shuoshan/k8s/redirect-https-middleware.yaml
zyc ab1b00f94a
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
feat: HTTP 自动跳转 HTTPS — Traefik Middleware + Ingress annotation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 11:17:02 +08:00

9 lines
144 B
YAML

apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: redirect-https
spec:
redirectScheme:
scheme: https
permanent: true