From f72987d55f099d8ceeac14a92e7a40f9ec566a01 Mon Sep 17 00:00:00 2001 From: eball Date: Thu, 30 Oct 2025 22:46:19 +0800 Subject: [PATCH] bfl: Update AUTHELIA_AUTH_URL in bfl_deploy.yaml (#2022) --- framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml b/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml index a94b0f299..bdb831065 100644 --- a/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml +++ b/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml @@ -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