Last active
August 22, 2022 15:37
-
-
Save krishnadey30/aaf31f9eb812a33d9df43997ea7c5724 to your computer and use it in GitHub Desktop.
Revisions
-
krishnadey30 revised this gist
Aug 22, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ global: image: tag: 8.0.4 identity: auth: publicIssuerUrl: "http://camundakeycloak.<domain>/auth/realms/camunda-platform" -
krishnadey30 created this gist
Jul 10, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ global: 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>