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

add healthcheck

parent f53d4816
No related branches found
No related tags found
1 merge request!481add healthcheck
......@@ -36,6 +36,13 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/service/v1/actuator/health
port: 8080
initialDelaySeconds: 250
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