add authentik middleware to ombi
This commit is contained in:
parent
e721e0fdb8
commit
8ef0113bc1
|
@ -36,6 +36,7 @@ spec:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "request.${SECRET_NEW_DOMAIN}"
|
- host: &host "request.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue