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

Merge branch 'GONRG-7821-Add_healthcheck_for_notification_service' into 'master'

Gonrg 7821 add healthcheck for notification service

See merge request !435
parents 1f502839 0507bff8
No related branches found
No related tags found
Loading
Pipeline #216860 passed
......@@ -25,6 +25,14 @@ spec:
- name: {{ .Values.conf.appName | quote}}
image: {{ .Values.data.image | quote}}
imagePullPolicy: {{ .Values.data.imagePullPolicy | quote}}
livenessProbe:
failureThreshold: 3
httpGet:
path: api/notification/v1/_ah/warmup
port: 8080
scheme: HTTP
initialDelaySeconds: 120
periodSeconds: 10
envFrom:
- configMapRef:
name: {{ .Values.conf.configmap | 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