Skip to content

Commit

Permalink
fix indentation in radixconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Jun 27, 2024
1 parent 3f07649 commit 25c1b2a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ spec:
cpu: "10m"
limits:
cpu: "1000m"
runtime:
architecture: arm64
horizontalScaling:
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
runtime:
architecture: arm64
horizontalScaling:
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
- environment: prod
replicas: 2
variables:
Expand Down

0 comments on commit 25c1b2a

Please sign in to comment.