Skip to content

Commit

Permalink
Prod hitting CPU limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Nov 24, 2023
1 parent 605ad89 commit 068df36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8chart/ols4/templates/ols4-solr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ spec:
resources:
requests:
memory: 15Gi
cpu: 2
cpu: 3
limits:
memory: 20Gi
cpu: 2
cpu: 3
env:
- name: SOLR_TARBALL_URL
value: {{.Values.solrTarballUrl}}
Expand Down

0 comments on commit 068df36

Please sign in to comment.