Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cluster/manifests/zalando-iam-aws-proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
sleep:
seconds: 20
- name: tokeninfo
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-154
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-156
env:
- name: OPENID_PROVIDER_CONFIGURATION_URL
value: https://identity.zalando.com/.well-known/openid-configuration
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
memory: 100Mi
# {{- if ne .Cluster.Environment "production"}}
- name: tokeninfo-sandbox
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-154
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-156
env:
- name: OPENID_PROVIDER_CONFIGURATION_URL
value: https://sandbox.identity.zalando.com/.well-known/openid-configuration
Expand Down
4 changes: 2 additions & 2 deletions cluster/node-pools/master-default/userdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ write_files:
- mountPath: /etc/kubernetes/k8s-authnz-webhook-kubeconfig
name: k8s-authnz-webhook-kubeconfig
readOnly: true
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-154
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-156
name: tokeninfo
ports:
- containerPort: 9021
Expand Down Expand Up @@ -401,7 +401,7 @@ write_files:
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
{{ if ne .Cluster.Environment "production" }}
- name: tokeninfo-sandbox
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-154
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-156
ports:
- containerPort: 9022
lifecycle:
Expand Down