Skip to content

Commit

Permalink
fix(kubernetes): update health probes
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 17, 2024
1 parent 6d26a19 commit 084f5cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ spec:
path: /heartbeat
port: *apiPort
initialDelaySeconds: 15
periodSeconds: 30
failureThreshold: 3
readiness:
enabled: true
custom: true
Expand Down Expand Up @@ -93,8 +91,6 @@ spec:
path: /heartbeat
port: *syncPort
initialDelaySeconds: 15
periodSeconds: 30
failureThreshold: 3
readiness:
enabled: true
custom: true
Expand Down
3 changes: 0 additions & 3 deletions kubernetes/apps/networking/blocky/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ spec:
- /app/blocky
- healthcheck
initialDelaySeconds: 15
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
Expand Down

0 comments on commit 084f5cc

Please sign in to comment.