Koschei: Make probes use collections page instead of stats
The stats page may load slower than expected due to database performance issues (#9278). Lets use collections view instead to hopefully make OpenShift liveness and readiness probes more stable.
This commit is contained in:
parent
13f59ad0eb
commit
150b9c37d2
1 changed files with 2 additions and 2 deletions
|
@ -37,13 +37,13 @@ spec:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /stats
|
path: /collections
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /stats
|
path: /collections
|
||||||
port: 8080
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue