Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 9d65e78

Browse files
author
Daniel Lipovetsky
committed
Use 15 second initial delay for http readiness check
Signed-off-by: Daniel Lipovetsky <[email protected]>
1 parent e6bec60 commit 9d65e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/yaml/kube-oidc-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
httpGet:
3838
path: /ready
3939
port: 8080
40-
initialDelaySeconds: 5
40+
initialDelaySeconds: 15
4141
periodSeconds: 10
4242
name: kube-oidc-proxy
4343
command: ["kube-oidc-proxy"]

0 commit comments

Comments
 (0)