Skip to content

Commit

Permalink
debug: helm readiness liveness probe path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Changi committed Mar 17, 2024
1 parent e8f800c commit 6d5bb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devops/k8s/acon-k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ resources: {}

livenessProbe:
httpGet:
path: /
path: /health-check
port: http
readinessProbe:
httpGet:
path: /
path: /health-check
port: http

autoscaling:
Expand Down

0 comments on commit 6d5bb82

Please # to comment.