Skip to content
Snippets Groups Projects
Commit ea08f158 authored by Mykola Ronik [EPAM / GCP]'s avatar Mykola Ronik [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

GONRG-9785: Update liveness/readiiness endpoints for partition

parent 64066d01
No related branches found
No related tags found
1 merge request!561GONRG-9785: Update liveness/readiiness endpoints for partition
......@@ -41,10 +41,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/partition/v1/liveness_check
port: 8080
path: /health/livenessState
port: 8081
initialDelaySeconds: 250
periodSeconds: 10
readinessProbe:
failureThreshold: 2
httpGet:
path: /health/readinessState
port: 8081
periodSeconds: 10
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
......@@ -43,10 +43,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/partition/v1/liveness_check
port: 8080
path: /health/livenessState
port: 8081
initialDelaySeconds: 250
periodSeconds: 10
readinessProbe:
failureThreshold: 2
httpGet:
path: /health/readinessState
port: 8081
periodSeconds: 10
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