Skip to content

Commit

Permalink
fix: add (more) startup probe handler to fix related error in Kontinuous
Browse files Browse the repository at this point in the history
  • Loading branch information
FJEANNOT authored and pYassine committed Oct 22, 2024
1 parent f4f3819 commit 103f550
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ backend-export:
cpu: 3
memory: 3Gi
startupProbe:
httpGet:
path: /healthz
port: http
scheme: HTTP
initialDelaySeconds: 30
failureThreshold: 50
periodSeconds: 10
Expand Down Expand Up @@ -137,6 +141,10 @@ backend-cron:
cpu: 1.5
memory: 2Gi
startupProbe:
httpGet:
path: /healthz
port: http
scheme: HTTP
initialDelaySeconds: 30
failureThreshold: 100
periodSeconds: 60
Expand Down

0 comments on commit 103f550

Please sign in to comment.