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:
Mikolaj Izdebski 2020-09-09 11:33:55 +02:00
parent 13f59ad0eb
commit 150b9c37d2

View file

@ -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