Added https redirect traefik middleware
Some checks failed
Check with kubeconform / lint (push) Has been cancelled
Some checks failed
Check with kubeconform / lint (push) Has been cancelled
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