File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 12
12
spec :
13
13
containers :
14
14
- 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
20
16
command :
21
17
- schema-registry-start
22
18
- /etc/schema-registry/schema-registry.properties
Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ spec:
12
12
spec :
13
13
containers :
14
14
- 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
20
19
ports :
21
20
- containerPort : 80
22
21
volumeMounts :
You can’t perform that action at this time.
0 commit comments