Skip to content

Commit 5eefa50

Browse files
authored
fix:polaris helm nacos-http port set fail (polarismesh#1333)
1 parent 08b68ce commit 5eefa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/cluster/helm/templates/polaris-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- port: {{ .Values.service.eurekaPort }}
2828
name: service-eureka
2929
targetPort: {{ .Values.service.eurekaPort }}
30-
- port: {{ .Values.service.eurekaPort }}
30+
- port: {{ .Values.service.nacosPort }}
3131
name: service-nacos-http
3232
targetPort: {{ .Values.service.nacosPort }}
3333
- port: {{ add .Values.service.nacosPort 1000 }}

0 commit comments

Comments
 (0)