Skip to content

Commit

Permalink
update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Nov 19, 2024
1 parent fc181e6 commit 7624be6
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7624be6

Please sign in to comment.