Skip to content
Snippets Groups Projects
Commit 247c3a54 authored by Hayk Kharazyan [EPAM / GCP]'s avatar Hayk Kharazyan [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

Update liveness/readiiness endpoints

parent 817641f2
Branches trusted-single_pipeline
No related tags found
1 merge request!897Update liveness/readiiness endpoints
......@@ -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