Skip to content

Commit

Permalink
fix: deployment healtcheck endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: iamhansko <iamhansko@kakao.com>
  • Loading branch information
iamhansko committed Jul 27, 2024
1 parent 81aef77 commit 07b6906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iamhansko/charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ spec:
- containerPort: {{ .Values.service.targetPort }}
livenessProbe:
httpGet:
path: /v1/healthcheck
path: /healthcheck
port: {{ .Values.service.targetPort }}
initialDelaySeconds: 3
periodSeconds: 3
readinessProbe:
httpGet:
path: /v1/healthcheck
path: /healthcheck
port: {{ .Values.service.targetPort }}
initialDelaySeconds: 3
periodSeconds: 3

0 comments on commit 07b6906

Please sign in to comment.