Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Fix #117 - Add longer health check timeout on register-buddy container #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/api_server_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ spec:
- --show-error
- localhost:8080/healthz
initialDelaySeconds: 5
timeoutSeconds: 3
volumeMounts:
- name: tmp-packages
mountPath: /tmp/packages
Expand Down
1 change: 1 addition & 0 deletions config/worker_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ spec:
- --show-error
- localhost:8080/healthz
initialDelaySeconds: 5
timeoutSeconds: 3
resources:
requests:
cpu: 500m
Expand Down