Skip to content

Commit

Permalink
modify helm template containerPort to avoid svc ports impact deployme…
Browse files Browse the repository at this point in the history
…nt readnessProbe.
  • Loading branch information
ishells committed Dec 12, 2024
1 parent 5e6f891 commit 572f4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
value: "{{ .Values.swagger.enabled }}"
ports:
- name: http
containerPort: {{ .Values.service.port }}
containerPort: 8080
protocol: TCP
readinessProbe:
httpGet:
Expand Down

0 comments on commit 572f4bb

Please sign in to comment.