mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kiam] Adding gateway timeout for readiness probe of kiam server (#6473)
* Adding gateway timeout * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
0111ba487e
commit
b26aa2e824
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user