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

Gonrg 9781 [FIX] update liveness/readiiness endpoints for search-service

parent 8d1c2ebd
No related branches found
No related tags found
1 merge request!662GONRG-9781 Update liveness/readiiness endpoints
......@@ -51,9 +51,15 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/search/v2/liveness_check
port: 8080
initialDelaySeconds: 120
path: /health/liveness
port: 8081
initialDelaySeconds: 150
periodSeconds: 10
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 10
resources:
requests:
......
......@@ -51,9 +51,15 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/search/v2/liveness_check
port: 8080
initialDelaySeconds: 120
path: /health/liveness
port: 8081
initialDelaySeconds: 150
periodSeconds: 10
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 10
resources:
requests:
......
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