mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
10 lines
176 B
YAML
10 lines
176 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: https-redirect
|
|
namespace: traefik-middleware
|
|
spec:
|
|
redirectScheme:
|
|
scheme: https
|
|
permanent: true
|