Skip to content
Snippets Groups Projects
Commit 0507bff8 authored by Siarhei Poliak [EPAM / GCP]'s avatar Siarhei Poliak [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

Gonrg 7821 add healthcheck for notification service

parent 1f502839
No related branches found
No related tags found
1 merge request!435Gonrg 7821 add healthcheck for notification service
......@@ -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