commit | 6b183d3ad76a58b56ef2677a349156c13a5a53ee | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周二 1月 05 21:47:02 2021 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周二 1月 05 21:47:02 2021 +0800 |
tree | 4f0b717cd41531dbeb73302c95e8566e9cc9a435 | |
parent | fbfc1a8d3d0e7ece69d0bc81dd10394b64a45384 [diff] |
fix: 修正poa-sa的服务地址的端口
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.4.developer-center-bff.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.4.developer-center-bff.yaml index 62af260..3592835 100644 --- a/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.4.developer-center-bff.yaml +++ b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.4.developer-center-bff.yaml
@@ -27,7 +27,7 @@ # DEVELOPER_CENTER_SA_CLIENT_AUTH_TRUSTSTORE_PASSWORD: "" #同环境中poa服务的地址 - PLATFORM_OPENAPI_SA_SERVER_URL: http://poa-sa-svc.poa.svc.cluster.local:8080 + PLATFORM_OPENAPI_SA_SERVER_URL: http://poa-sa-svc.poa.svc.cluster.local:8443 PLATFORM_OPENAPI_SA_CLIENT_AUTH_ENABLED: "false" # PLATFORM_OPENAPI_SA_CLIENT_AUTH_KEY_PASSWORD: "" # PLATFORM_OPENAPI_SA_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/common/common.keystore