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

Merge branch 'GONRG-7917-Add-healthcheck-for-policy-service' into 'master'

[GONRG-7917] added livenessProbe

See merge request !438
parents 969574f2 ed59b08a
No related branches found
No related tags found
1 merge request!438[GONRG-7917] added livenessProbe
Pipeline #217820 failed
......@@ -37,6 +37,13 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
livenessProbe:
failureThreshold: 3
httpGet:
path: api/policy/v1/health
port: 8080
initialDelaySeconds: 120
periodSeconds: 10
resources:
requests:
cpu: "{{ .Values.data.requestsCpu }}"
......
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