commit | c01c42509e1dd107c09ab515b17f5ead0085c245 | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 12月 31 10:22:38 2021 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 12月 31 10:22:38 2021 +0800 |
tree | 4b54eaf71eda7326e77435107d4df873ce9ed924 | |
parent | 61f18c2800ff0722864f05d7fb9e537b17b0a801 [diff] [blame] |
fix: 修正 token-server api-docs-installer 的ConfigMap 错误
diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml index 836af30..9afeb2a 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml
@@ -17,7 +17,7 @@ # **修改** poa-sa 服务的k8s内部地址 POA_SA_SERVER_URL: http://poa-sa-svc.poa.svc.cluster.local:8443 - TOKEN_API_SERVER_URL: http://token-server-svc.token-server.svc.cluster.local:8080 + TOKEN_API_SERVER_URL: http://token-server-svc.token-server.svc.cluster.local:8080/token ---