Skip to content

Commit

Permalink
Updated Solr and Neo4J K8s memory requests to reflect production use.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Nov 8, 2023
1 parent 9ec5856 commit a347700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8chart/ols4/templates/ols4-neo4j-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
args: ["rm -rf /data/* && wget -qO- $NEO4J_TARBALL_URL | tar -xz -C /data/ && tini -g -- /startup/docker-entrypoint.sh neo4j"]
resources:
requests:
memory: 10Gi
memory: 15Gi
cpu: 0.5
limits:
memory: 20Gi
Expand Down
2 changes: 1 addition & 1 deletion k8chart/ols4/templates/ols4-solr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
args: ["echo Downloading data && rm -rf /data/solr && mkdir /data/solr && wget -qO- $SOLR_TARBALL_URL | tar -xz -C /data/ && echo Starting solr && solr-foreground -a -XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put"]
resources:
requests:
memory: 10Gi
memory: 15Gi
cpu: 2
limits:
memory: 20Gi
Expand Down

0 comments on commit a347700

Please sign in to comment.