Koschei: increase frontend probes timeout
Related: fedora-infrastructure#12180
This commit is contained in:
parent
c60a3afe99
commit
a71bd24272
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@ spec:
|
|||
cpu: 3000m
|
||||
memory: 3072Mi
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 2
|
||||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /collections
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 2
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue