File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ webhooks:
44
44
port : 443
45
45
admissionReviewVersions : [ "v1" ]
46
46
sideEffects : None
47
- timeoutSeconds : 5
47
+ timeoutSeconds : {{ (.Values.admission).timeout | default 15 }}
48
48
failurePolicy : Ignore
49
49
- name : namespace.perfectscale.io
50
50
objectSelector :
@@ -72,5 +72,5 @@ webhooks:
72
72
port : 443
73
73
admissionReviewVersions : [ "v1" ]
74
74
sideEffects : None
75
- timeoutSeconds : 10
75
+ timeoutSeconds : {{ (.Values.admission).timeout | default 15 }}
76
76
failurePolicy : Ignore
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-autoscaler
4
4
pullPolicy : Always
5
- tag : " v0.1.17 "
5
+ tag : " v0.1.18 "
6
6
settings :
7
7
env : " prod"
8
8
logLevel : " DEBUG"
@@ -80,3 +80,7 @@ nodeSelector: {}
80
80
# Pod affinity rules.
81
81
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
82
82
affinity : {}
83
+ # Timeout for webhook
84
+ # Ref: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#timeouts
85
+ admission :
86
+ timeout : 15
You can’t perform that action at this time.
0 commit comments