Skip to content

Commit

Permalink
test-ns
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Jun 27, 2024
1 parent bbd5229 commit 07d8a09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/camunda-platform-latest/openshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ connectors:
contextPath: "/connectors"
env:
- name: ZEEBE_CLIENT_BROKER_GATEWAY-ADDRESS
value: "camunda-zeebe-gateway.camunda-combined.svc.cluster.local:26500"
value: "camunda-zeebe-gateway.test-ns.svc.cluster.local:26500"
- name: ZEEBE_CLIENT_SECURITY_PLAINTEXT
value: "false"
- name: JAVA_TOOL_OPTIONS
Expand Down Expand Up @@ -113,7 +113,7 @@ operate:
runAsUser: null
env:
- name: CAMUNDA_OPERATE_ZEEBE_BROKERCONTACTPOINT
value: camunda-zeebe-gateway.camunda-combined.svc.cluster.local:26500
value: camunda-zeebe-gateway.test-ns.svc.cluster.local:26500
- name: CAMUNDA_OPERATE_ZEEBE_SECURE
value: "true"
- name: CAMUNDA_OPERATE_ZEEBE_CERTIFICATEPATH
Expand Down Expand Up @@ -155,7 +155,7 @@ tasklist:
runAsUser: null
env:
- name: CAMUNDA_TASKLIST_ZEEBE_BROKERCONTACTPOINT
value: camunda-zeebe-gateway.camunda-combined.svc.cluster.local:26500
value: camunda-zeebe-gateway.test-ns.svc.cluster.local:26500
- name: CAMUNDA_TASKLIST_ZEEBE_SECURE
value: "true"
- name: CAMUNDA_TASKLIST_ZEEBE_CERTIFICATEPATH
Expand Down

0 comments on commit 07d8a09

Please sign in to comment.