Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Sep 1, 2023
1 parent 16fff51 commit 0a33a55
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions helm_deploy/hmpps-health-ping/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ generic-service:
#livenessProbe: null
#readinessProbe: null

livenessProbe:
httpGet:
path: /ping
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 10

readinessProbe:
httpGet:
path: /ping
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 10

# Environment variables to load into the deployment
env:
REFRESH_INTERVAL: "180"
Expand Down

0 comments on commit 0a33a55

Please sign in to comment.