Skip to content

Commit

Permalink
Lower delay
Browse files Browse the repository at this point in the history
  • Loading branch information
mbirchdk committed Sep 16, 2024
1 parent 07eae01 commit ab68bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/kitcaddy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ netpol:

kitcaddy:
startupProbe:
failureThreshold: 5
httpGet:
path: /metrics
port: 80
scheme: HTTP
initialDelaySeconds: 50
periodSeconds: 10
failureThreshold: 5
initialDelaySeconds: 5
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
failureThreshold: 3
httpGet:
path: /metrics
port: 80
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 5
successThreshold: 1
failureThreshold: 3
timeoutSeconds: 1
logLevel: INFO
admin:
Expand Down

0 comments on commit ab68bc8

Please sign in to comment.