Skip to content

Commit

Permalink
add delay to probes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Jan 9, 2023
1 parent 204da11 commit 8a8f416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common:

## Additional common labels on resources
##
extraLabels:
extraLabels:
team: opstooling

replicaCount: 1
Expand Down Expand Up @@ -66,7 +66,7 @@ common:

service:
type: ClusterIP
ports:
ports:
- name: web
port: 80
targetPort: 3000
Expand Down Expand Up @@ -115,7 +115,7 @@ common:
livenessProbe:
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 0
initialDelaySeconds: 10
timeoutSeconds: 1
httpGet:
path: /ping
Expand All @@ -125,7 +125,7 @@ common:
readinessProbe:
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 0
initialDelaySeconds: 10
timeoutSeconds: 1
httpGet:
path: /ping
Expand Down

0 comments on commit 8a8f416

Please sign in to comment.