From 9224dc266891fef9f33a49d9102b220cba998798 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Sun, 17 Feb 2019 16:27:14 -0500 Subject: Increase initialDelay and timeout for gizmo pod Change-Id: If9c441897103ef93b870be7b548805d9ecaceb44 Issue-ID: AAI-2139 Signed-off-by: Yang Xu --- charts/aai-gizmo/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'charts/aai-gizmo/templates/deployment.yaml') diff --git a/charts/aai-gizmo/templates/deployment.yaml b/charts/aai-gizmo/templates/deployment.yaml index ba90fdc..e01e738 100644 --- a/charts/aai-gizmo/templates/deployment.yaml +++ b/charts/aai-gizmo/templates/deployment.yaml @@ -52,12 +52,14 @@ spec: tcpSocket: port: {{ .Values.service.internalPort }} initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }} + timeoutSeconds: {{ .Values.liveness.timeoutSeconds }} periodSeconds: {{ .Values.liveness.periodSeconds }} {{ end }} readinessProbe: tcpSocket: port: {{ .Values.service.internalPort }} initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} + timeoutSeconds: {{ .Values.readiness.timeoutSeconds }} periodSeconds: {{ .Values.readiness.periodSeconds }} env: - name: CONFIG_HOME -- cgit 1.2.3-korg