Last active
August 22, 2022 15:37
-
-
Save krishnadey30/aaf31f9eb812a33d9df43997ea7c5724 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
image: | |
tag: 8.0.4 | |
identity: | |
auth: | |
publicIssuerUrl: "http://camundakeycloak.<domain>/auth/realms/camunda-platform" | |
operate: | |
redirectUrl: "http://operate.<domain>" | |
optimize: | |
redirectUrl: "http://optimize.<domain>" | |
tasklist: | |
redirectUrl: "http://tasklist.<domain>" | |
identity: | |
env: | |
- name: IDENTITY_URL | |
value: "http://identity.<domain>" | |
ingress: | |
enabled: true | |
host: identity.<domain> | |
keycloak: | |
ingress: | |
enabled: true | |
ingressClassName: nginx | |
hostname: camundakeycloak.<domain> | |
auth: | |
adminUser: admin | |
adminPassword: admin | |
operate: | |
ingress: | |
enabled: true | |
host: operate.<domain> | |
optimize: | |
ingress: | |
enabled: true | |
host: optimize.<domain> | |
tasklist: | |
ingress: | |
enabled: true | |
host: tasklist.<domain> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment