Remove authentik middleware from thelounge
This commit is contained in:
parent
c4ce76df54
commit
f27e77256a
|
@ -15,6 +15,9 @@ spec:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
|
||||||
values:
|
values:
|
||||||
|
podLabels:
|
||||||
|
needsAuthentik: "yes"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: lscr.io/linuxserver/thelounge
|
repository: lscr.io/linuxserver/thelounge
|
||||||
tag: latest
|
tag: latest
|
||||||
|
@ -35,7 +38,6 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
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 "lounge.${SECRET_NEW_DOMAIN}"
|
- host: &host "lounge.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue