From 885b76c2206ee567b06f67d7b5f8eb80488f73fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Fri, 20 May 2022 23:23:40 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E8=A1=A5=E5=85=85IPADDR=5FAPI=5FURL=20?= =?utf8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../1.authx-service/8.authx-log/4.2.authx-log-sa.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml b/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml index 92fc663..b88cd85 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml @@ -26,6 +26,8 @@ data: # USER_DATA_SERVICE_CLIENT_AUTH_TRUSTSTORE_PASSWORD: "" #ipaddr + IPADDR_API_URL: http://ipaddr.ipaddr.svc.cluster.local:9090/v1/find + IPADDR_SERVER_URL: http://ipaddr.ipaddr.svc.cluster.local:9090 IPADDR_CLIENT_AUTH_ENABLED: "false" #IPADDR_CLIENT_AUTH_KEY_PASSWORD: "" -- 2.17.1