File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
manifests/zalando-iam-aws-proxy
node-pools/master-default Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
sleep :
50
50
seconds : 20
51
51
- name : tokeninfo
52
- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
52
+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-149
53
53
env :
54
54
- name : OPENID_PROVIDER_CONFIGURATION_URL
55
55
value : https://identity.zalando.com/.well-known/openid-configuration
79
79
memory : 100Mi
80
80
# {{- if ne .Cluster.Environment "production"}}
81
81
- name : tokeninfo-sandbox
82
- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
82
+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-149
83
83
env :
84
84
- name : OPENID_PROVIDER_CONFIGURATION_URL
85
85
value : https://sandbox.identity.zalando.com/.well-known/openid-configuration
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ write_files:
367
367
- mountPath : /etc/kubernetes/k8s-authnz-webhook-kubeconfig
368
368
name : k8s-authnz-webhook-kubeconfig
369
369
readOnly : true
370
- - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
370
+ - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
371
371
name : tokeninfo
372
372
ports :
373
373
- containerPort : 9021
@@ -398,7 +398,7 @@ write_files:
398
398
value : {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
399
399
{{ if ne .Cluster.Environment "production" }}
400
400
- name : tokeninfo-sandbox
401
- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
401
+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
402
402
ports :
403
403
- containerPort : 9022
404
404
lifecycle :
You can’t perform that action at this time.
0 commit comments