Skip to content

Commit

Permalink
remove exotic extra java opts env var
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jan 8, 2024
1 parent 5cc4264 commit 569da58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/alfresco-sync-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ 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.EXTRA_JAVA_OPTS | string | `""` | |
| environment.JAVA_OPTS | string | `"-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` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ data:
-Dmessaging.username=$BROKER_USERNAME
-Dmessaging.password=$BROKER_PASSWORD
{{ .Values.environment.JAVA_OPTS }}
{{ .Values.environment.EXTRA_JAVA_OPTS }}
1 change: 0 additions & 1 deletion charts/alfresco-sync-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ environment:
JAVA_OPTS: >-
-Dsync.metrics.reporter.graphite.enabled=false
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
EXTRA_JAVA_OPTS: ""
service:
name: syncservice
type: NodePort
Expand Down

0 comments on commit 569da58

Please sign in to comment.