Skip to content

Commit

Permalink
OPSEXP-2324: shrink sync db pool to allow for several pods on smaller…
Browse files Browse the repository at this point in the history
… pg server (#188)
  • Loading branch information
alxgomz authored Jan 12, 2024
1 parent 6e442d3 commit 7d82c7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-sync-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
name: alfresco-sync-service
sources:
- https://github.com/Alfresco/acs-deployment
version: 5.0.0-alpha.1
version: 5.0.0-alpha.2
appVersion: 4.0.1
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-sync-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-sync-service

![Version: 5.0.0-alpha.1](https://img.shields.io/badge/Version-5.0.0--alpha.1-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)
![Version: 5.0.0-alpha.2](https://img.shields.io/badge/Version-5.0.0--alpha.2-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)

Alfresco Sync Service

Expand Down Expand Up @@ -33,7 +33,7 @@ Checkout [alfresco-content-services chart doc](https://github.com/Alfresco/acs-d
| database.password | string | `nil` | JDBC password to use to connect to the DB |
| database.url | string | `nil` | JDBC url to connect to the external DB |
| database.username | string | `nil` | JDBC username to use to connect to the DB |
| environment.JAVA_OPTS | string | `"-Dsync.metrics.reporter.graphite.enabled=false -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"` | |
| environment.JAVA_OPTS | string | `"-Dsql.db.pool.initial=25 -Dsql.db.pool.max=75 -Dsync.metrics.reporter.graphite.enabled=false -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"` | |
| global | object | `{"alfrescoRegistryPullSecrets":"quay-registry-secret","strategy":{"rollingUpdate":{"maxSurge":1,"maxUnavailable":0}}}` | Global definition of Docker registry pull secret which can be overridden from parent ACS Helm chart(s) |
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
Expand Down
2 changes: 2 additions & 0 deletions charts/alfresco-sync-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ image:
internalPort: 9090
environment:
JAVA_OPTS: >-
-Dsql.db.pool.initial=25
-Dsql.db.pool.max=75
-Dsync.metrics.reporter.graphite.enabled=false
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
service:
Expand Down

0 comments on commit 7d82c7f

Please sign in to comment.