From fe40ac74c0cb855230fd69057c3460128c1c0b58 Mon Sep 17 00:00:00 2001 From: pmacius Date: Thu, 26 Sep 2024 10:39:50 +0200 Subject: [PATCH] change the persistence mount path --- helm/alfresco-content-services/README.md | 1 + helm/alfresco-content-services/values.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index c3f09a2ea..cd200a802 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -51,6 +51,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | activemq.image.repository | string | `"apache/activemq-classic"` | | | activemq.image.tag | string | `"5.18.4"` | | | activemq.nameOverride | string | `"activemq"` | | +| activemq.persistence.data.mountPath | string | `"/opt/apache-activemq//data"` | | | alfresco-ai-transformer.enabled | bool | `false` | toggle deploying Alfresco ai transformer for more details about configuration check https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-ai-transformer | | alfresco-ai-transformer.fullnameOverride | string | `"alfresco-intelligence-service"` | Enforce static resource naming in AIS so the ATS trouter can be given the URL of the service | | alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 972c42c5a..fe6836f09 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -181,6 +181,9 @@ activemq: password: admin existingSecretName: *acs_messageBroker_secretName existingSecretName: null + persistence: + data: + mountPath: "/opt/apache-activemq//data" alfresco-connector-ms365: # -- Enable/Disable Alfresco Content Connector for Microsoft 365 enabled: false