Skip to content

Instantly share code, notes, and snippets.

@krishnadey30
Last active August 22, 2022 15:37
Show Gist options
  • Save krishnadey30/aaf31f9eb812a33d9df43997ea7c5724 to your computer and use it in GitHub Desktop.
Save krishnadey30/aaf31f9eb812a33d9df43997ea7c5724 to your computer and use it in GitHub Desktop.

Revisions

  1. krishnadey30 revised this gist Aug 22, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions camunda-values-prod.yaml
    Original 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"
  2. krishnadey30 created this gist Jul 10, 2022.
    42 changes: 42 additions & 0 deletions camunda-values-prod.yaml
    Original 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>