video-flow-toon/k8s/redirect-https-middleware.yaml
zyc 16652ffdb0
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
Add Gitea CI and Kubernetes deployment
2026-05-27 10:19:36 +08:00

9 lines
144 B
YAML

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