summaryrefslogtreecommitdiffstats
path: root/charts/aai-gizmo/templates/deployment.yaml
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2019-02-17 16:27:14 -0500
committerYang Xu <yang.xu3@huawei.com>2019-02-17 16:28:39 -0500
commit9224dc266891fef9f33a49d9102b220cba998798 (patch)
tree49521f435a22c701a47896b6fbf9a9f8e9ef4ff9 /charts/aai-gizmo/templates/deployment.yaml
parent4076ec032ab05f40c399271273f489702c9b3a19 (diff)
Increase initialDelay and timeout for gizmo pod
Change-Id: If9c441897103ef93b870be7b548805d9ecaceb44 Issue-ID: AAI-2139 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'charts/aai-gizmo/templates/deployment.yaml')
-rw-r--r--charts/aai-gizmo/templates/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
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