Skip to content

Commit

Permalink
Merge pull request #392 from uw-it-aca/task/resource-provisioning
Browse files Browse the repository at this point in the history
resource tuning, v1
  • Loading branch information
jlaney committed Mar 25, 2024
2 parents 76ad9bb + d5fc9fe commit 49127b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/prod-values.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 6
maxReplicas: 10
resources:
limits:
cpu: 500m
memory: 512Mi
cpu: 250m
memory: 1.0Gi
requests:
cpu: 50m
memory: 128Mi
memory: 256Mi
targetAverageUtilization: 100

ingress:
Expand Down

0 comments on commit 49127b1

Please sign in to comment.