From 84fdf22c7871bfac6521b0ee379e02a0a2314ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= Date: Mon, 1 Jul 2024 16:05:58 +0200 Subject: [PATCH] configure all environments to use arm64 --- radixconfig.c2.yaml | 6 +++--- radixconfig.dev.yaml | 6 +++--- radixconfig.platform.yaml | 6 +++--- radixconfig.playground.yaml | 6 +++--- radixconfig.tpl.yaml | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/radixconfig.c2.yaml b/radixconfig.c2.yaml index ca28fa3..bb3a898 100644 --- a/radixconfig.c2.yaml +++ b/radixconfig.c2.yaml @@ -19,12 +19,15 @@ spec: readOnlyFileSystem: true src: "." dockerfileName: "Dockerfile" + runtime: + architecture: arm64 identity: azure: clientId: 5381b944-c904-4c5d-8672-7cedadaf50af ports: - name: http port: 3003 + public: true resources: requests: memory: "200Mi" @@ -32,7 +35,6 @@ spec: limits: memory: "1000Mi" cpu: "1000m" - public: true variables: TOKEN_AUDIENCE: "6dae42f8-4368-4678-94ff-3960e28e3630" TOKEN_ISSUER: https://sts.windows.net/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/ @@ -44,8 +46,6 @@ spec: environmentConfig: - environment: qa replicas: 1 - runtime: - architecture: arm64 horizontalScaling: maxReplicas: 1 minReplicas: 0 diff --git a/radixconfig.dev.yaml b/radixconfig.dev.yaml index d07763c..eea32dd 100644 --- a/radixconfig.dev.yaml +++ b/radixconfig.dev.yaml @@ -19,12 +19,15 @@ spec: readOnlyFileSystem: true src: "." dockerfileName: "Dockerfile" + runtime: + architecture: arm64 identity: azure: clientId: 5bf4ef3d-6c0b-4eee-89ed-966a897eef6e ports: - name: http port: 3003 + public: true resources: requests: memory: "200Mi" @@ -32,7 +35,6 @@ spec: limits: memory: "1000Mi" cpu: "1000m" - public: true variables: TOKEN_AUDIENCE: "6dae42f8-4368-4678-94ff-3960e28e3630" TOKEN_ISSUER: https://sts.windows.net/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/ @@ -44,8 +46,6 @@ spec: environmentConfig: - environment: qa replicas: 1 - runtime: - architecture: arm64 horizontalScaling: maxReplicas: 1 minReplicas: 0 diff --git a/radixconfig.platform.yaml b/radixconfig.platform.yaml index e813bdc..bd8f984 100644 --- a/radixconfig.platform.yaml +++ b/radixconfig.platform.yaml @@ -19,12 +19,15 @@ spec: readOnlyFileSystem: true src: "." dockerfileName: "Dockerfile" + runtime: + architecture: arm64 identity: azure: clientId: 96ef36ff-ac7d-4d30-94b3-ea72ad29a7e2 ports: - name: http port: 3003 + public: true resources: requests: memory: "200Mi" @@ -32,7 +35,6 @@ spec: limits: memory: "1000Mi" cpu: "1000m" - public: true variables: TOKEN_AUDIENCE: "6dae42f8-4368-4678-94ff-3960e28e3630" TOKEN_ISSUER: https://sts.windows.net/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/ @@ -44,8 +46,6 @@ spec: environmentConfig: - environment: qa replicas: 1 - runtime: - architecture: arm64 horizontalScaling: maxReplicas: 1 minReplicas: 0 diff --git a/radixconfig.playground.yaml b/radixconfig.playground.yaml index 6fb37eb..7869cda 100644 --- a/radixconfig.playground.yaml +++ b/radixconfig.playground.yaml @@ -19,12 +19,15 @@ spec: readOnlyFileSystem: true src: "." dockerfileName: "Dockerfile" + runtime: + architecture: arm64 identity: azure: clientId: 5dfa299b-f2bf-459a-b780-10ff32f98b4d ports: - name: http port: 3003 + public: true resources: requests: memory: "200Mi" @@ -32,7 +35,6 @@ spec: limits: memory: "1000Mi" cpu: "1000m" - public: true variables: TOKEN_AUDIENCE: "6dae42f8-4368-4678-94ff-3960e28e3630" TOKEN_ISSUER: https://sts.windows.net/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/ @@ -44,8 +46,6 @@ spec: environmentConfig: - environment: qa replicas: 1 - runtime: - architecture: arm64 horizontalScaling: maxReplicas: 1 minReplicas: 0 diff --git a/radixconfig.tpl.yaml b/radixconfig.tpl.yaml index 73a7036..c277605 100644 --- a/radixconfig.tpl.yaml +++ b/radixconfig.tpl.yaml @@ -19,12 +19,15 @@ spec: readOnlyFileSystem: true src: "." dockerfileName: "Dockerfile" + runtime: + architecture: arm64 identity: azure: clientId: ${AZURE_CLIENT_ID} ports: - name: http port: 3003 + public: true resources: requests: memory: "200Mi" @@ -32,7 +35,6 @@ spec: limits: memory: "1000Mi" cpu: "1000m" - public: true variables: TOKEN_AUDIENCE: "6dae42f8-4368-4678-94ff-3960e28e3630" TOKEN_ISSUER: https://sts.windows.net/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/ @@ -44,8 +46,6 @@ spec: environmentConfig: - environment: qa replicas: 1 - runtime: - architecture: arm64 horizontalScaling: maxReplicas: 1 minReplicas: 0