Skip to content
Snippets Groups Projects
Commit 837caa00 authored by Yunhua Koglin's avatar Yunhua Koglin
Browse files

Merge remote-tracking branch 'origin/master' into dev

parents c58fff16 650b67a2
No related branches found
No related tags found
1 merge request!437merge code to gitlab
......@@ -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