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

Merge branch 'GONRG-9781' into 'master'

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

See merge request !662
parents 8d1c2ebd e511fc62
Branches
Tags
1 merge request!662GONRG-9781 Update liveness/readiiness endpoints
Pipeline #270252 failed
......@@ -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.
Please register or to comment