Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 483436f

Browse files
committed
update incubator enabled
1 parent 6d62abb commit 483436f

File tree

7 files changed

+10
-54
lines changed

7 files changed

+10
-54
lines changed

amqp.reflect/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
extraEnv:
22
- name: KEYSTORE_PASSWORD
33
value: generated
4-
- name: JAVA_OPTIONS
5-
value: "-Dzilla.incubator.enabled=true"
4+
- name: ZILLA_INCUBATOR_ENABLED
5+
value: "true"
66

77
livenessProbePort: 7171
88
readinessProbePort: 7171

http.kafka.schema.registry/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
extraEnv:
22
- name: KEYSTORE_PASSWORD
33
value: generated
4-
- name: JAVA_OPTIONS
5-
value: "-Dzilla.incubator.enabled=true"
4+
- name: ZILLA_INCUBATOR_ENABLED
5+
value: "true"
66

77
livenessProbePort: 7114
88
readinessProbePort: 7114

http.proxy.schema.inline/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
extraEnv:
22
- name: KEYSTORE_PASSWORD
33
value: generated
4-
- name: JAVA_OPTIONS
5-
value: "-Dzilla.incubator.enabled=true"
4+
- name: ZILLA_INCUBATOR_ENABLED
5+
value: "true"
66

77
livenessProbePort: 7143
88
readinessProbePort: 7143

http.proxy/http/asyncapi.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

mqtt.kafka.asyncapi.proxy/docker/compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
KEYSTORE_PASSWORD: generated
1212
KAFKA_HOST: ${KAFKA_HOST}
1313
KAFKA_PORT: ${KAFKA_PORT}
14-
JAVA_OPTIONS: -Dzilla.incubator.enabled=true
14+
ZILLA_INCUBATOR_ENABLED: "true"
1515
volumes:
1616
- ../../zilla.yaml:/etc/zilla/zilla.yaml
1717
- ../../mqtt/asyncapi.yaml:/etc/zilla/mqtt/mqtt-asyncapi.yaml

mqtt.kafka.asyncapi.proxy/k8s/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extraEnv:
55
value: ""
66
- name: KAFKA_PORT
77
value: ""
8-
- name: JAVA_OPTIONS
9-
value: "-Dzilla.incubator.enabled=true"
8+
- name: ZILLA_INCUBATOR_ENABLED
9+
value: "true"
1010

1111
livenessProbePort: 7183
1212
readinessProbePort: 7183

mqtt.proxy.asyncapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For example:
88

99
```bash
1010
cat asyncapi.yaml | \
11-
docker run --rm -e JAVA_OPTIONS='-Dzilla.incubator.enabled=true' -i ghcr.io/aklivity/zilla \
11+
docker run --rm -e ZILLA_INCUBATOR_ENABLED='true' -i ghcr.io/aklivity/zilla \
1212
generate --template asyncapi.mqtt.proxy --input /dev/stdin --output /dev/stdout | \
1313
tee zilla.yaml
1414
```

0 commit comments

Comments
 (0)