Skip to content

Commit

Permalink
fix:修复polaris-console.yaml问题 (#724)
Browse files Browse the repository at this point in the history
* fix:修复polaris-limiter 容器部署失败问题

* fix:修复polaris-console.yaml问题
  • Loading branch information
chuntaojun authored Oct 9, 2022
1 parent 65a828e commit f77a933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy/helm/templates/polaris-console-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ data:
mode: "release"
listenIP: "0.0.0.0"
listenPort: {{ .Values.service.webPort }}
namingURL: "/naming/v1"
namingV1URL: "/naming/v1"
namingV2URL: "/naming/v2"
authURL: "/core/v1"
requestURL: "/naming/v1"
configURL: "/config/v1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ webServer:
mode: "release"
listenIP: "0.0.0.0"
listenPort: 8080
namingURL: "/naming/v1"
namingV1URL: "/naming/v1"
namingV2URL: "/naming/v2"
authURL: "/core/v1"
requestURL: "/naming/v1"
configURL: "/config/v1"
Expand Down

0 comments on commit f77a933

Please sign in to comment.