From 6fdadaba4e072070d3227645bca729c601c90f9a Mon Sep 17 00:00:00 2001 From: pmacius Date: Mon, 9 Dec 2024 17:48:18 +0100 Subject: [PATCH] change protocol to http --- helm/alfresco-content-services/README.md | 2 ++ helm/alfresco-content-services/values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 69a4054c5..c2b0346c2 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -252,9 +252,11 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | elasticsearch-audit.extraEnvs[1].valueFrom.secretKeyRef.name | string | `"alfresco-aas-elasticsearch-secret"` | | | elasticsearch-audit.ingress.enabled | bool | `false` | toggle deploying elasticsearch-audit ingress for more details about configuration check https://github.com/elastic/helm-charts/blob/main/elasticsearch/values.yaml#L255 | | elasticsearch-audit.nameOverride | string | `"elasticsearch-aas"` | | +| elasticsearch-audit.protocol | string | `"http"` | | | elasticsearch-audit.replicas | int | `1` | | | elasticsearch.clusterHealthCheckParams | string | `"wait_for_status=yellow&timeout=1s"` | | | elasticsearch.enabled | bool | `true` | Enables the embedded elasticsearch cluster | +| elasticsearch.protocol | string | `"http"` | | | elasticsearch.replicas | int | `1` | | | global.alfrescoRegistryPullSecrets | string | `nil` | If a private image registry a secret can be defined and passed to kubernetes, see: https://github.com/Alfresco/acs-deployment/blob/a924ad6670911f64f1bba680682d266dd4ea27fb/docs/helm/eks-deployment.md#docker-registry-secret | | global.auditIndex.existingSecretName | string | `nil` | Name of an existing secret that contains AUDIT_ELASTICSEARCH_USERNAME and AUDIT_ELASTICSEARCH_PASSWORD keys. | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 463e0ab43..6170ac2bd 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -551,6 +551,7 @@ elasticsearch: enabled: true replicas: 1 clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s" + protocol: http elasticsearch-audit: # -- Enables the embedded elasticsearch cluster for alfresco-audit-storage enabled: true @@ -558,6 +559,7 @@ elasticsearch-audit: replicas: 1 clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s" clusterName: elasticsearch-aas + protocol: http extraEnvs: - name: ELASTIC_USERNAME valueFrom: