Skip to content

Commit

Permalink
Use arm64 in all environments (#129)
Browse files Browse the repository at this point in the history
* use arm64 in all environments

* generate radixconfigs
  • Loading branch information
nilsgstrabo authored Jul 1, 2024
1 parent 9b71f6f commit 15caa0a
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 @@ -18,18 +18,20 @@ spec:
- name: "server"
src: "."
dockerfileName: "Dockerfile"
runtime:
architecture: arm64
ports:
- name: http
port: 3003
- name: metrics
port: 9090
publicPort: http
resources:
requests:
memory: "1500Mi"
cpu: "20m"
limits:
cpu: "1000m"
publicPort: http
monitoring: true
monitoringConfig:
portName: metrics
Expand All @@ -48,8 +50,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 @@ -18,18 +18,20 @@ spec:
- name: "server"
src: "."
dockerfileName: "Dockerfile"
runtime:
architecture: arm64
ports:
- name: http
port: 3003
- name: metrics
port: 9090
publicPort: http
resources:
requests:
memory: "1500Mi"
cpu: "20m"
limits:
cpu: "1000m"
publicPort: http
monitoring: true
monitoringConfig:
portName: metrics
Expand All @@ -48,8 +50,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 @@ -18,18 +18,20 @@ spec:
- name: "server"
src: "."
dockerfileName: "Dockerfile"
runtime:
architecture: arm64
ports:
- name: http
port: 3003
- name: metrics
port: 9090
publicPort: http
resources:
requests:
memory: "1500Mi"
cpu: "20m"
limits:
cpu: "1000m"
publicPort: http
monitoring: true
monitoringConfig:
portName: metrics
Expand All @@ -48,8 +50,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 @@ -18,18 +18,20 @@ spec:
- name: "server"
src: "."
dockerfileName: "Dockerfile"
runtime:
architecture: arm64
ports:
- name: http
port: 3003
- name: metrics
port: 9090
publicPort: http
resources:
requests:
memory: "1500Mi"
cpu: "20m"
limits:
cpu: "1000m"
publicPort: http
monitoring: true
monitoringConfig:
portName: metrics
Expand All @@ -48,8 +50,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 @@ -18,18 +18,20 @@ spec:
- name: "server"
src: "."
dockerfileName: "Dockerfile"
runtime:
architecture: arm64
ports:
- name: http
port: 3003
- name: metrics
port: 9090
publicPort: http
resources:
requests:
memory: "1500Mi"
cpu: "20m"
limits:
cpu: "1000m"
publicPort: http
monitoring: true
monitoringConfig:
portName: metrics
Expand All @@ -48,8 +50,6 @@ spec:
environmentConfig:
- environment: qa
replicas: 1
runtime:
architecture: arm64
horizontalScaling:
maxReplicas: 1
minReplicas: 0
Expand Down

0 comments on commit 15caa0a

Please sign in to comment.