Skip to content
Snippets Groups Projects
Commit 44770625 authored by Deepa Kumari's avatar Deepa Kumari
Browse files

Merge branch 'master' of...

Merge branch 'master' of https://community.opengroup.org/osdu/platform/system/indexer-service into dependency-upgrade
parents 9f38ed66 d91e4572
No related branches found
No related tags found
1 merge request!627Full Upgrade of First Party Library Dependencies
Pipeline #216607 failed
......@@ -53,6 +53,14 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/indexer/v2/liveness_check
port: 8080
scheme: HTTP
initialDelaySeconds: 120
periodSeconds: 20
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