Skip to content

Commit

Permalink
CI: Add 'staging' radix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Oct 29, 2024
1 parent 1221370 commit ca5d2d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ spec:
- name: dev
build:
from: main
- name: staging
build:
from: staging
- name: prod
components:
- name: main
Expand All @@ -31,6 +34,17 @@ spec:
limits:
memory: "2Gi"
cpu: "1000m"
- environment: staging
horizontalScaling:
minReplicas: 1
maxReplicas: 2
resources:
requests:
memory: "1Gi"
cpu: "500m"
limits:
memory: "2Gi"
cpu: "1000m"
- environment: prod
horizontalScaling:
minReplicas: 1
Expand Down

0 comments on commit ca5d2d8

Please sign in to comment.