Skip to content

Commit

Permalink
fix: use correct JDK_JAVA_OPTIONS (#461)
Browse files Browse the repository at this point in the history
We need to use the newer java options, in order to configure our
application otherwise it will not be picked up.
  • Loading branch information
ChrisKujawa authored Dec 13, 2023
2 parents 5cb7422 + 2e0905b commit 27b4e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-chaos/internal/manifests/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
image: gcr.io/zeebe-io/worker:{{ imageTag }}
imagePullPolicy: Always
env:
- name: JAVA_OPTIONS
- name: JDK_JAVA_OPTIONS
value: >-
-Dapp.brokerUrl=zeebe-service:26500
-Dzeebe.client.requestTimeout=62000
Expand Down

0 comments on commit 27b4e81

Please sign in to comment.