Skip to content

Commit

Permalink
configure architecture and cron for qa
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Jul 1, 2024
1 parent 75a5cd5 commit b267924
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,18 @@ spec:
LOG_PRETTY: "false"
environmentConfig:
- environment: qa
runtime:
architecture: arm64
horizontalScaling:
minReplicas: 1
maxReplicas: 2
maxReplicas: 1
minReplicas: 0
triggers:
- name: cron
cron:
timezone: Europe/Oslo
start: 0 7 * * 1-5 # 07:00 Monday - Friday
end: 0 17 * * 1-5 # 17:00 Monday - Friday
desiredReplicas: 1
resources:
requests:
cpu: "50m"
Expand Down

0 comments on commit b267924

Please sign in to comment.