Skip to content
Snippets Groups Projects
Commit e80b896b authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

fix wrong value type in application deployment

parent a8a95998
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ spec:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "my-confluent-cp-kafka:9092"
- name: COMMIT_INTERVAL_MS
value: 100
value: "100"
- name: JAVA_OPTS
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment