Skip to content

Commit 86183d8

Browse files
committed
Runtime conf is logged at start, which documents host.name in case we need it
1 parent 4791068 commit 86183d8

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

61schemas.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: cp
15-
image: solsson/kafka-cp@sha256:53075cf5877c1311516d5c78a4d52fd46d3d369514681e150f96bc06997fa0e4
16-
env:
17-
# what does this do?
18-
- name: SCHEMA_REGISTRY_HOST_NAME
19-
value: schemas
15+
image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf
2016
command:
2117
- schema-registry-start
2218
- /etc/schema-registry/schema-registry.properties

71rest.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ spec:
1212
spec:
1313
containers:
1414
- name: cp
15-
image: solsson/kafka-cp@sha256:53075cf5877c1311516d5c78a4d52fd46d3d369514681e150f96bc06997fa0e4
16-
env:
17-
# what does this do?
18-
- name: KAFKA_REST_HOST_NAME
19-
value: rest
15+
image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf
16+
command:
17+
- kafka-rest-start
18+
- /etc/kafka-rest/kafka-rest.properties
2019
ports:
2120
- containerPort: 80
2221
volumeMounts:

0 commit comments

Comments
 (0)