Skip to content

Commit

Permalink
Alignment of dev branch with stable branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Apr 9, 2024
1 parent 5fa3192 commit 33c51f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8chart/ols4/templates/ols4-neo4j-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ spec:
resources:
requests:
memory: 15Gi
cpu: 0.5
cpu: 3
limits:
memory: 20Gi
cpu: 2
cpu: 3
env:
- name: NEO4J_HEAP_MEMORY
value: 15g
Expand Down
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 33c51f2

Please sign in to comment.