Skip to content

Commit

Permalink
Merge pull request #644 from replicatedhq/requests
Browse files Browse the repository at this point in the history
set requests so they aren't inferred to be the same as limits
  • Loading branch information
divolgin authored Aug 17, 2023
2 parents ff5e500 + ed22336 commit 95c49cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kustomize/overlays/production/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ spec:
- name: install-scripts
containerPort: 80
resources:
requests:
cpu: 100m
limits:
cpu: 4000m

0 comments on commit 95c49cc

Please sign in to comment.