feat(freshrss): add authentik middleware
This commit is contained in:
parent
019e970455
commit
9b2bbb77fb
|
@ -19,3 +19,4 @@ spec:
|
||||||
- X-authentik-meta-provider
|
- X-authentik-meta-provider
|
||||||
- X-authentik-meta-app
|
- X-authentik-meta-app
|
||||||
- X-authentik-meta-version
|
- X-authentik-meta-version
|
||||||
|
- Remote-User
|
|
@ -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 "rss.${SECRET_NEW_DOMAIN}"
|
- host: &host "rss.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue