Skip to content

Commit

Permalink
change protocol to http
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 9, 2024
1 parent 516dc42 commit 6fdadab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,15 @@ 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
nameOverride: elasticsearch-aas
replicas: 1
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
clusterName: elasticsearch-aas
protocol: http
extraEnvs:
- name: ELASTIC_USERNAME
valueFrom:
Expand Down

0 comments on commit 6fdadab

Please sign in to comment.