[stable/kiam] Adding gateway timeout for readiness probe of kiam server (#6473)

* Adding gateway timeout

* Update Chart.yaml
This commit is contained in:
Harshal Shah
2018-07-15 11:50:56 -07:00
committed by k8s-ci-robot
parent 0111ba487e
commit b26aa2e824
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kiam
version: 1.0.0
version: 1.1.0
appVersion: 2.8
description: Integrate AWS IAM with Kubernetes
keywords:
@@ -118,6 +118,7 @@ spec:
- --server-address=localhost:{{ .Values.server.service.targetPort }}
- --server-address-refresh=2s
- --timeout=5s
- --gateway-timeout-creation={{ .Values.server.gatewayTimeoutCreation }}
initialDelaySeconds: 3
periodSeconds: 10
timeoutSeconds: 10