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

Merge branch 'GONRG_9790-liveness-readiness-probes' into 'master'

GONRG_9790-liveness-readiness-probes

See merge request !369
parents 018ba405 726eb243
No related branches found
No related tags found
1 merge request!369GONRG_9790-liveness-readiness-probes
Pipeline #270953 failed
......@@ -38,10 +38,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: api/unit/_ah/liveness_check
port: 8080
path: /health/liveness
port: 8081
initialDelaySeconds: 120
periodSeconds: 10
readinessProbe:
failureThreshold: 2
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 15
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
......@@ -38,10 +38,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: api/unit/_ah/liveness_check
port: 8080
path: /health/liveness
port: 8081
initialDelaySeconds: 120
periodSeconds: 10
readinessProbe:
failureThreshold: 2
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