mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
bfl: Update AUTHELIA_AUTH_URL in bfl_deploy.yaml (#2022)
This commit is contained in:
parent
33292988bb
commit
f72987d55f
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: AUTHELIA_AUTH_URL
|
||||
value: 'http://authelia-backend-provider.user-system-{{ .Values.bfl.username }}:28080/api/authz/auth-request'
|
||||
value: 'http://authelia-backend.user-system-{{ .Values.bfl.username }}:9091/api/authz/auth-request'
|
||||
volumeMounts:
|
||||
- name: ngxlog
|
||||
mountPath: /var/log/nginx
|
||||
|
|
|
|||
Loading…
Reference in a new issue