Skip to content

Commit

Permalink
Merge pull request #87 from lalithkota/main
Browse files Browse the repository at this point in the history
ID Generator: Probes disabled
  • Loading branch information
lalithkota authored Nov 4, 2024
2 parents 2af861d + 7e61fdb commit 8e18336
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/idgenerator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ springServicePort: 8080
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
##
startupProbe:
enabled: true
# Temporarily disabling probe because of long startup times.
enabled: false
httpGet:
path: /v1/idgenerator/actuator/health
port: 8080
Expand All @@ -84,7 +85,8 @@ startupProbe:
successThreshold: 1

livenessProbe:
enabled: true
# Temporarily disabling probe because of long startup times.
enabled: false
httpGet:
path: /v1/idgenerator/actuator/health
port: 8080
Expand Down

0 comments on commit 8e18336

Please sign in to comment.