File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
charts/tke-extend-network-controller Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 90
90
- name : API_RATELIMIT_BATCH_DEREGISTER_TARGETS
91
91
value : " {{ . }}"
92
92
{{- end }}
93
+ {{- with .Values.apiRateLimit.DescribeTaskStatus }}
94
+ - name : API_RATELIMIT_DESCRIBE_TASK_STATUS
95
+ value : " {{ . }}"
96
+ {{- end }}
93
97
envFrom :
94
98
- secretRef :
95
99
name : {{ include "tke-extend-network-controller.fullname" . }}-env
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ concurrency:
38
38
# BatchRegisterTargets: 20
39
39
# DescribeTargets: 20
40
40
# BatchDeregisterTargets: 20
41
+ # DescribeTaskStatus: 20
41
42
42
43
# -- Logging otpions of the controller
43
44
log :
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ var envMap = map[string]string{
17
17
"API_RATELIMIT_BATCH_REGISTER_TARGETS" : "BatchRegisterTargets" ,
18
18
"API_RATELIMIT_DESCRIBE_TARGETS" : "DescribeTargets" ,
19
19
"API_RATELIMIT_BATCH_DEREGISTER_TARGETS" : "BatchDeregisterTargets" ,
20
+ "API_RATELIMIT_DESCRIBE_TASK_STATUS" : "DescribeTaskStatus" ,
20
21
}
21
22
22
23
func init () {
You can’t perform that action at this time.
0 commit comments