forked from ab/homelab
Added https redirect traefik middleware
This commit is contained in:
11
k8s/core/authentik/https-middleware.yaml
Normal file
11
k8s/core/authentik/https-middleware.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: https-redirect
|
||||
namespace: kube-system
|
||||
spec:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
permanent: true
|
||||
|
Reference in New Issue
Block a user