diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index e578a2b..5485de8 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -53,7 +53,7 @@ spec: timeoutSeconds: 10 httpGet: scheme: HTTP - port: 8848 + port: {{ .Values.nacos.serverPort }} path: /nacos/v1/console/health/readiness livenessProbe: initialDelaySeconds: 10 @@ -61,7 +61,7 @@ spec: timeoutSeconds: 10 httpGet: scheme: HTTP - port: 8848 + port: {{ .Values.nacos.serverPort }} path: /nacos/v1/console/health/liveness ports: - name: http