mirror of https://github.com/kedacore/charts.git
parent
33070ca215
commit
213d205ce6
|
|
@ -43,7 +43,7 @@ webhooks:
|
|||
resources:
|
||||
- scaledobjects
|
||||
sideEffects: None
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: {{ .Values.webhooks.timeoutSeconds | default 10 }}
|
||||
- admissionReviewVersions:
|
||||
- v1
|
||||
clientConfig:
|
||||
|
|
@ -67,7 +67,7 @@ webhooks:
|
|||
resources:
|
||||
- triggerauthentications
|
||||
sideEffects: None
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: {{ .Values.webhooks.timeoutSeconds | default 10 }}
|
||||
- admissionReviewVersions:
|
||||
- v1
|
||||
clientConfig:
|
||||
|
|
@ -91,5 +91,5 @@ webhooks:
|
|||
resources:
|
||||
- clustertriggerauthentications
|
||||
sideEffects: None
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: {{ .Values.webhooks.timeoutSeconds | default 10 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
|
|
@ -183,6 +183,8 @@ webhooks:
|
|||
timeoutSeconds: 1
|
||||
failureThreshold: 3
|
||||
successThreshold: 1
|
||||
# -- Timeout in seconds for KEDA admission webhooks
|
||||
timeoutSeconds: 10
|
||||
# -- Enable webhook to use host network, this is required on EKS with custom CNI
|
||||
useHostNetwork: false
|
||||
# -- Name of the KEDA admission webhooks
|
||||
|
|
|
|||
Loading…
Reference in New Issue