Skip to content

Commit

Permalink
The port is not fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
张晨 committed Nov 24, 2021
1 parent 1049ab9 commit c263d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ spec:
timeoutSeconds: 10
httpGet:
scheme: HTTP
port: 8848
port: {{ .Values.nacos.serverPort }}
path: /nacos/v1/console/health/readiness
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 10
httpGet:
scheme: HTTP
port: 8848
port: {{ .Values.nacos.serverPort }}
path: /nacos/v1/console/health/liveness
ports:
- name: http
Expand Down

0 comments on commit c263d19

Please sign in to comment.