Skip to content

Commit

Permalink
Add environment configuration for development with resource requests …
Browse files Browse the repository at this point in the history
…and limits
  • Loading branch information
sigurdp committed Nov 21, 2024
1 parent 74164ca commit 5814368
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,23 @@ spec:
averageUtilization: 60
cpu:
averageUtilization: 80
environmentConfig:
- environment: dev
resources:
requests:
memory: 32Gi
cpu: 8000m
limits:
memory: 32Gi
cpu: 8000m
horizontalScaling:
minReplicas: 4
maxReplicas: 8
resources:
memory:
averageUtilization: 60
cpu:
averageUtilization: 80

- name: redis-user-session
image: bitnami/redis:6.2.10@sha256:bd42fcdab5959ce2b21b6ea8410d4b3ee87ecb2e320260326ec731ecfcffbd0e
Expand Down

0 comments on commit 5814368

Please sign in to comment.