Skip to content

Commit

Permalink
Increase Solr cpu request and limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Nov 29, 2023
1 parent 8b04d42 commit 49cf6f5
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 49cf6f5

Please sign in to comment.