Skip to content
Snippets Groups Projects
Commit 6ee75ff8 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-9783' into 'master'

Update liveness/readiiness endpoints

See merge request !897
parents 817641f2 247c3a54
No related branches found
No related tags found
1 merge request!897Update liveness/readiiness endpoints
Pipeline #269431 failed
......@@ -57,10 +57,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/storage/v2/liveness_check
port: 8080
path: /health/liveness
port: 8081
initialDelaySeconds: 120
periodSeconds: 10
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 15
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
......@@ -59,10 +59,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/storage/v2/liveness_check
port: 8080
path: /health/liveness
port: 8081
initialDelaySeconds: 120
periodSeconds: 10
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 15
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment