From ccd6f0b3e3f18a2f6f23fa29ff98ae858e9f9b97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Wed, 21 Oct 2020 10:32:56 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E8=B0=83=E6=95=B4=E6=96=B0=E5=BC=80?= =?utf8?q?=E6=99=AEtest=E7=8E=AF=E5=A2=83=EF=BC=8C=E9=83=A8=E7=BD=B2?= =?utf8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../0.authx-service/9.poa-api-docs-installer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml index 2ef7e13..322f048 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml @@ -16,6 +16,10 @@ data: POA_SA_SERVER_URL: http://poa-sa-test.paas.newcapec.cn # http://poa-test-platform-openapi-sa.poa-test.svc.cluster.local:8443 + USER_API_SERVER_URL: http://user-data-service-poa-svc.user-data-service-test.svc.cluster.local:8080 + USER_AUTHZ_API_SERVER_URL: http://user-authorization-poa-svc.user-authorization-service-test.svc.cluster.local:8080 + COMMUNICATE_API_SERVER_URL: http://communicate-center-poa-svc.communicate-center-test.svc.cluster.local:8080 + --- apiVersion: batch/v1 -- 2.17.1