Skip to content

Commit

Permalink
chore: adjust memory and scaling in radixconfig (#171)
Browse files Browse the repository at this point in the history
* chore: adjust memory and scaling in radixconfig

* chore: undo change in dev memory request
  • Loading branch information
vehecap authored Feb 4, 2025
1 parent e348239 commit 6ef74b2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ spec:
variables:
ASPNETCORE_URLS: "http://*:5000"
AllowCorsDomains: "http://localhost:3000, https://frontend-oplog-web-dev.radix.equinor.com"
replicas: 2
replicas: 1
monitoring: false
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
- environment: prod
identity:
Expand All @@ -47,12 +46,18 @@ spec:
variables:
ASPNETCORE_URLS: "http://*:5000"
AllowCorsDomains: "http://localhost:3000, https://frontend-oplog-web-prod.radix.equinor.com, https://oplog.equinor.com"
replicas: 2
horizontalScaling:
resources:
memory:
averageUtilization: 75
cpu:
averageUtilization: 85
minReplicas: 1
maxReplicas: 4
monitoring: false
resources:
requests:
memory: "256Mi"
memory: "512Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"

0 comments on commit 6ef74b2

Please sign in to comment.