Skip to content

Commit

Permalink
Merge pull request #32 from equinor/use-arm64-in-envs
Browse files Browse the repository at this point in the history
Configure all environments to use arm64
  • Loading branch information
nilsgstrabo authored Jul 3, 2024
2 parents 6137276 + 84fdf22 commit f5c2e9c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions radixconfig.c2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ 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"
cpu: "100m"
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/
Expand All @@ -44,8 +46,6 @@ spec:
environmentConfig:
- environment: qa
replicas: 1
runtime:
architecture: arm64
horizontalScaling:
maxReplicas: 1
minReplicas: 0
Expand Down
6 changes: 3 additions & 3 deletions radixconfig.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ 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"
cpu: "100m"
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/
Expand All @@ -44,8 +46,6 @@ spec:
environmentConfig:
- environment: qa
replicas: 1
runtime:
architecture: arm64
horizontalScaling:
maxReplicas: 1
minReplicas: 0
Expand Down
6 changes: 3 additions & 3 deletions radixconfig.platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ 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"
cpu: "100m"
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/
Expand All @@ -44,8 +46,6 @@ spec:
environmentConfig:
- environment: qa
replicas: 1
runtime:
architecture: arm64
horizontalScaling:
maxReplicas: 1
minReplicas: 0
Expand Down
6 changes: 3 additions & 3 deletions radixconfig.playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ 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"
cpu: "100m"
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/
Expand All @@ -44,8 +46,6 @@ spec:
environmentConfig:
- environment: qa
replicas: 1
runtime:
architecture: arm64
horizontalScaling:
maxReplicas: 1
minReplicas: 0
Expand Down
6 changes: 3 additions & 3 deletions radixconfig.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ 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"
cpu: "100m"
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/
Expand All @@ -44,8 +46,6 @@ spec:
environmentConfig:
- environment: qa
replicas: 1
runtime:
architecture: arm64
horizontalScaling:
maxReplicas: 1
minReplicas: 0
Expand Down

0 comments on commit f5c2e9c

Please sign in to comment.