File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
03-kube-aws-iam-controller
node-pools/master-default Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 27
27
hostNetwork : true
28
28
containers :
29
29
- name : kube-aws-iam-controller
30
- image : container-registry.zalando.net/teapot/kube-aws-iam-controller:v0.3.0-60-g29433b1
30
+ image : container-registry.zalando.net/teapot/kube-aws-iam-controller:v0.3.0-62-gd73875f
31
31
env :
32
32
- name : AWS_DEFAULT_REGION
33
33
value : " {{.Cluster.Region}}"
Original file line number Diff line number Diff line change 1
- # {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-305 " }}
1
+ # {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-306 " }}
2
2
# {{ $version := index (split $image ":") 1 }}
3
3
apiVersion : apps/v1
4
4
kind : Deployment
Original file line number Diff line number Diff line change
1
+ ---
1
2
apiVersion : apiextensions.k8s.io/v1
2
3
kind : CustomResourceDefinition
3
4
metadata :
@@ -227,7 +228,8 @@ spec:
227
228
description : |-
228
229
User specific value to apply to the route. If the particular user makes more requests that
229
230
value within the defined period, then this user will start getting HTTP 429 responses.
230
- minimum : 1
231
+ Setting `rate` to 0 will cause all requests matching the rate limit configuration to be denied.
232
+ minimum : 0
231
233
type : integer
232
234
required :
233
235
- headers
@@ -381,7 +383,8 @@ spec:
381
383
description : |-
382
384
User specific value to apply to the route. If the particular user makes more requests that
383
385
value within the defined period, then this user will start getting HTTP 429 responses.
384
- minimum : 1
386
+ Setting `rate` to 0 will cause all requests matching the rate limit configuration to be denied.
387
+ minimum : 0
385
388
type : integer
386
389
required :
387
390
- headers
@@ -641,8 +644,8 @@ spec:
641
644
- spec
642
645
type : object
643
646
x-kubernetes-validations :
644
- - message : metadata.name may not be longer than 63, see https://fabric.docs.zalando.net/fabric-gateway-troubleshooting/#gateway-troubleshooting
645
- rule : size(self.metadata.name) < 64
647
+ - message : metadata.name may not be longer than 63, see https://fabric.docs.zalando.net/fabric-gateway-troubleshooting/#gateway-troubleshooting
648
+ rule : size(self.metadata.name) < 64
646
649
served : true
647
650
storage : true
648
651
subresources :
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ write_files:
221
221
limits :
222
222
memory : {{ .Values.InstanceInfo.MemoryFraction (parseInt64 .Cluster.ConfigItems.apiserver_memory_limit_percent)}}
223
223
{{- end }}
224
- - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-244
224
+ - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-245
225
225
name : admission-controller
226
226
lifecycle :
227
227
preStop :
You can’t perform that action at this time.
0 commit comments