Skip to content

Commit

Permalink
update std values
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Oct 14, 2024
1 parent 26a5086 commit 2c52409
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/camunda-8.6/helm-values/values-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ global:
enabled: true
aws:
enabled: true
auth:
username: ${OPENSEARCH_MASTER_USER}
password: ${OPENSEARCH_MASTER_PASSWORD}
url:
protocol: https
host: ${OPENSEARCH_HOST}
# Amazon OpenSearch Service listens on port 443 opposed to the usual port 9200.
port: 443

ingress:
enabled: true
Expand All @@ -34,6 +42,10 @@ global:
optimize:
redirectUrl: https://${DOMAIN_NAME}/optimize


elasticsearch:
enabled: false

identity:
contextPath: /identity
fullURL: https://${DOMAIN_NAME}/identity
Expand All @@ -46,6 +58,8 @@ tasklist:

optimize:
contextPath: /optimize
migration:
enabled: false

zeebeGateway:
ingress:
Expand Down
15 changes: 15 additions & 0 deletions examples/camunda-8.6/helm-values/values-no-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,18 @@ global:
enabled: true
aws:
enabled: true
auth:
username: ${OPENSEARCH_MASTER_USER}
password: ${OPENSEARCH_MASTER_PASSWORD}
url:
protocol: https
host: ${OPENSEARCH_HOST}
# Amazon OpenSearch Service listens on port 443 opposed to the usual port 9200.
port: 443

optimize:
migration:
enabled: false

elasticsearch:
enabled: false

0 comments on commit 2c52409

Please sign in to comment.