Skip to content

Commit

Permalink
Merge pull request #34 from ministryofjustice/NIT-1178-concierge-solr…
Browse files Browse the repository at this point in the history
…-indexing-issue-paramater-tweaks

Nit 1178 concierge solr indexing issue paramater tweaks
  • Loading branch information
pete-j-g authored Mar 21, 2024
2 parents 78f19e6 + 16d4b5e commit 89bc394
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ repository:
livenessProbe:
initialDelaySeconds: 130
periodSeconds: 20
timeoutSeconds: 10
timeoutSeconds: 15
persistence:
# -- Persist repository data
enabled: false
Expand Down Expand Up @@ -393,7 +393,7 @@ tika:
memory: "600Mi"
limits:
cpu: "2"
memory: "1000Mi"
memory: "2Gi"
environment:
JAVA_OPTS: >-
-XX:MinRAMPercentage=50
Expand Down
4 changes: 4 additions & 0 deletions alfresco-content-services/values_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# this file overrides values defined in ./values.yaml
repository:
replicaCount: 1
resources:
limits:
cpu: "4"
memory: "6Gi"
persistence:
baseSize: 100Gi
share:
Expand Down

0 comments on commit 89bc394

Please sign in to comment.