Skip to content

Commit

Permalink
filestore patch
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Sep 17, 2024
1 parent 274e352 commit 16fa2c4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ patches:
- path: patch-live-metadata-indexing.yaml
- path: patch-live-content-indexing.yaml
- path: patch-live-mediation-indexing.yaml
- path: patch-shared-filestore.yaml
15 changes: 15 additions & 0 deletions kustomize/base/patch-shared-filestore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: alfresco-content-services-alfresco-filestore
spec:
template:
spec:
containers:
- name: alfresco-content-services
env:
- name: scheduler.content.age.millis
value: "3600000"
- name: scheduler.cleanup.interval
value: "1800000"

2 changes: 1 addition & 1 deletion kustomize/stage/patch-filestore-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
resources:
requests:
storage: 250Gi
storage: 500Gi
8 changes: 4 additions & 4 deletions kustomize/stage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ repository:
periodSeconds: 20
timeoutSeconds: 15
failureThreshold: 40
replicaCount: 1
replicaCount: 6
image:
tag: release_7.3.2_elasticsearch-r5.0.2-content-latest
resources: # requests and limits set closer together to ensure CP stability
requests:
cpu: 2
memory: 8Gi
limits:
cpu: 4
memory: 16Gi
limits:
cpu: 6
memory: 24Gi
persistence:
baseSize: 100Gi
share:
Expand Down

0 comments on commit 16fa2c4

Please sign in to comment.