From d009b606e68e45df454e5aceaa3651a001d8647d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= Date: Thu, 8 Aug 2024 10:45:42 +0200 Subject: [PATCH] run on amd64 until arm64 nodes issues are resolved --- radixconfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radixconfig.yaml b/radixconfig.yaml index 46378e526..2be313273 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -33,7 +33,7 @@ spec: - name: http port: 8080 runtime: - architecture: arm64 + architecture: amd64 variables: CLUSTER_EGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) CLUSTER_INGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) @@ -80,7 +80,7 @@ spec: port: 8000 publicPort: http runtime: - architecture: arm64 + architecture: amd64 secrets: - OAUTH2_PROXY_CLIENT_ID # ID of the "Web Console" AD app. This is a secret so it can be configured per cluster, but it's not sensitive info - OAUTH2_PROXY_CLIENT_SECRET # Azure client secret for "Web Console frontend app" in the "Web Console" AD app for the appropriate cluster