From 7624be6a5488290a60c7bc4ac45372046c97db5c Mon Sep 17 00:00:00 2001 From: Leo J <153937047+leiicamundi@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:39:29 +0100 Subject: [PATCH] update ref --- .../procedure/install/helm-values/domain.yml | 59 +++++++++++++++++++ .../helm-values/zeebe-gateway-route.yml | 4 +- 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/domain.yml diff --git a/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/domain.yml b/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/domain.yml new file mode 100644 index 0000000..5875ec6 --- /dev/null +++ b/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/domain.yml @@ -0,0 +1,59 @@ +--- +global: + ingress: + enabled: true + host: ${DOMAIN_NAME} + tls: + enabled: true + + identity: + + auth: + publicIssuerUrl: https://${DOMAIN_NAME}/auth/realms/camunda-platform # replace this with a port of your choice when you will do port forwarding + + zeebe: + existingSecret: + name: identity-secret-for-components + connectors: + existingSecret: + name: identity-secret-for-components + operate: + redirectUrl: https://${DOMAIN_NAME}/operate # replace this with a port of your choice when you will do port forwarding + existingSecret: + name: identity-secret-for-components + tasklist: + redirectUrl: https://${DOMAIN_NAME}/tasklist # replace this with a port of your choice when you will do port forwarding + existingSecret: + name: identity-secret-for-components + optimize: + redirectUrl: https://${DOMAIN_NAME}/optimize # replace this with a port of your choice when you will do port forwarding + existingSecret: + name: identity-secret-for-components + webModeler: + redirectUrl: https://${DOMAIN_NAME}/modeler + console: + redirectUrl: https://${DOMAIN_NAME}/console + existingSecret: + name: identity-secret-for-components + +identity: + contextPath: /identity + fullURL: https://${DOMAIN_NAME}/identity + +operate: + contextPath: /operate + +tasklist: + contextPath: /tasklist + +webModeler: + contextPath: /modeler + +optimize: + contextPath: /optimize + +zeebeGateway: + contextPath: /zeebe + +console: + contextPath: /console diff --git a/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/zeebe-gateway-route.yml b/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/zeebe-gateway-route.yml index 5ee59c6..3a06111 100644 --- a/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/zeebe-gateway-route.yml +++ b/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/zeebe-gateway-route.yml @@ -3,7 +3,7 @@ zeebeGateway: service: annotations: - # generate a TLS certificate for the Zeebe Gateway Service + # enerate a TLS certificate for the Zeebe Gateway Service service.beta.openshift.io/serving-cert-secret-name: camunda-platform-internal-service-certificate ingress: @@ -17,6 +17,8 @@ zeebeGateway: enabled: true # this is the external route certificate secretName: camunda-platform-external-certificate + hosts: + - host: zeebe.${DOMAIN_NAME} # mount the Service certificate in the pod env: