Skip to content

Commit

Permalink
Reduce resource configuration in Moda, step 1 (#54239)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Feb 4, 2025
1 parent bbf62e3 commit 28eda10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/kubernetes/production/deployments/webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ spec:
image: docs-internal
resources:
requests:
cpu: 8000m
memory: 10Gi
cpu: 4000m
memory: 8Gi
limits:
cpu: 16000m
memory: 14Gi
cpu: 8000m
memory: 16Gi
ports:
- name: http
containerPort: 4000
Expand Down

0 comments on commit 28eda10

Please sign in to comment.