Skip to content

Commit

Permalink
erpc: set readiness check again
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Matias <[email protected]>
  • Loading branch information
skylenet authored Jan 22, 2025
1 parent 925b04e commit dd64bc0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions kubernetes/devnet-0/erpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ erpc:
initialDelaySeconds: 60
periodSeconds: 120
readinessProbe:
httpGet: null
tcpSocket:
port: 4000
#httpGet:
# path: /healthcheck
# port: http
httpGet:
path: /healthcheck
port: http
initialDelaySeconds: 10
periodSeconds: 20
failureThreshold: 6
periodSeconds: 12
failureThreshold: 5
timeoutSeconds: 10

extraEnv:
- name: GOGC
Expand Down

0 comments on commit dd64bc0

Please sign in to comment.