From fd92f4b0601eb4b3b0e4c84fa5113dd2f976eb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Maciusiak?= <158472457+pmacius@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:02:35 +0100 Subject: [PATCH] OPSEXP-2902 Enable audit-storage components as default (#1250) --- helm/alfresco-content-services/README.md | 6 +++--- helm/alfresco-content-services/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index aeda7d1db..403815087 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -61,7 +61,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-ai-transformer.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | Name of the configmap which holds the message broker credentials | | alfresco-ai-transformer.sfs.existingConfigMap.keys.url | string | `"SFS_URL"` | Name of the key within the configmap which holds the sfs url | | alfresco-ai-transformer.sfs.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the ATS shared filestore URL | -| alfresco-audit-storage.enabled | bool | `false` | | +| alfresco-audit-storage.enabled | bool | `true` | | | alfresco-audit-storage.image.repository | string | `"quay.io/alfresco/alfresco-audit-storage"` | | | alfresco-audit-storage.image.tag | string | `"1.0.0-A1"` | | | alfresco-audit-storage.index.existingConfigMap.keys.url | string | `"AUDIT_ELASTICSEARCH_URL"` | | @@ -241,7 +241,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | dtas.image.tag | string | `"v1.5.5"` | | | elasticsearch-audit.clusterHealthCheckParams | string | `"wait_for_status=yellow&timeout=1s"` | | | elasticsearch-audit.clusterName | string | `"elasticsearch-aas"` | | -| elasticsearch-audit.enabled | bool | `false` | Enables the embedded elasticsearch cluster for alfresco-audit-storage | +| elasticsearch-audit.enabled | bool | `true` | Enables the embedded elasticsearch cluster for alfresco-audit-storage | | elasticsearch-audit.extraEnvs[0].name | string | `"ELASTIC_USERNAME"` | | | elasticsearch-audit.extraEnvs[0].valueFrom.secretKeyRef.key | string | `"AUDIT_ELASTICSEARCH_USERNAME"` | | | elasticsearch-audit.extraEnvs[0].valueFrom.secretKeyRef.name | string | `"alfresco-aas-elasticsearch-secret"` | | @@ -279,7 +279,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | infrastructure.configMapName | string | `"alfresco-infrastructure"` | | | keda.components | list | `[]` | The list of components that will be scaled by KEDA (chart names) | | kibana-audit.elasticsearchHosts | string | `""` | Makes sure there is no default elasticsearch hosts defined | -| kibana-audit.enabled | bool | `false` | | +| kibana-audit.enabled | bool | `true` | | | kibana-audit.extraEnvs[0].name | string | `"SERVER_BASEPATH"` | | | kibana-audit.extraEnvs[0].value | string | `"/kibana"` | | | kibana-audit.extraEnvs[1].name | string | `"SERVER_REWRITEBASEPATH"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 7e2351e70..45634a988 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -553,7 +553,7 @@ elasticsearch: clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s" elasticsearch-audit: # -- Enables the embedded elasticsearch cluster for alfresco-audit-storage - enabled: false + enabled: true nameOverride: elasticsearch-aas replicas: 1 clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s" @@ -574,7 +574,7 @@ elasticsearch-audit: # https://github.com/elastic/helm-charts/blob/main/elasticsearch/values.yaml#L255 enabled: false alfresco-audit-storage: - enabled: false + enabled: true image: repository: quay.io/alfresco/alfresco-audit-storage tag: 1.0.0-A1 @@ -596,7 +596,7 @@ alfresco-audit-storage: username: AUDIT_ELASTICSEARCH_USERNAME password: AUDIT_ELASTICSEARCH_PASSWORD kibana-audit: - enabled: false + enabled: true healthCheckPath: "/kibana/app/kibana" # -- Makes sure there is no default elasticsearch hosts defined elasticsearchHosts: ""