Skip to content

Commit

Permalink
fix:polaris helm nacos-http port set fail (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Mar 4, 2024
1 parent 08b68ce commit 5eefa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/cluster/helm/templates/polaris-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- port: {{ .Values.service.eurekaPort }}
name: service-eureka
targetPort: {{ .Values.service.eurekaPort }}
- port: {{ .Values.service.eurekaPort }}
- port: {{ .Values.service.nacosPort }}
name: service-nacos-http
targetPort: {{ .Values.service.nacosPort }}
- port: {{ add .Values.service.nacosPort 1000 }}
Expand Down

0 comments on commit 5eefa50

Please sign in to comment.