Remove authentik middleware from thelounge

This commit is contained in:
SeanOMik 2023-04-13 20:59:11 -04:00
parent c4ce76df54
commit f27e77256a
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 3 additions and 1 deletions

View File

@ -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: