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
|
cpu: 3000m
|
||||||
memory: 3072Mi
|
memory: 3072Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 2
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /collections
|
path: /collections
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 2
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /collections
|
path: /collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue