REFACTOR(authelia): remove pgweb basic auth

- use Authelia SSO
This commit is contained in:
2026-01-01 23:03:07 +09:00
parent 804207b02b
commit 684bf03e3e

View File

@@ -29,16 +29,6 @@ spec:
secretKeyRef:
name: pgweb-password
key: database-url
- name: PGWEB_AUTH_USER
valueFrom:
secretKeyRef:
name: pgweb-password
key: auth-user
- name: PGWEB_AUTH_PASS
valueFrom:
secretKeyRef:
name: pgweb-password
key: auth-password
args:
- "--bind=0.0.0.0"
- "--listen=8081"