Updating the version of argo-cd (#91)

This commit is contained in:
wxncjonorri 2019-08-13 16:50:13 +00:00 committed by Alex Collins
parent e41f156cbe
commit 07b173f967
6 changed files with 1531 additions and 17 deletions

View file

@ -55,6 +55,12 @@ spec:
{{- end }}
ports:
- containerPort: {{ .Values.server.containerPort }}
livenessProbe:
httpGet:
path: /healthz
port: {{ .Values.server.containerPort }}
initialDelaySeconds: 3
periodSeconds: 30
readinessProbe:
httpGet:
path: /healthz