From 86183d83eb715c97e8647cd16cd963ead542f512 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Tue, 1 Aug 2017 10:17:39 +0200 Subject: Runtime conf is logged at start, which documents host.name in case we need it --- 61schemas.yml | 6 +----- 71rest.yml | 9 ++++----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/61schemas.yml b/61schemas.yml index 8d098dd..4fe7097 100644 --- a/61schemas.yml +++ b/61schemas.yml @@ -12,11 +12,7 @@ spec: spec: containers: - name: cp - image: solsson/kafka-cp@sha256:53075cf5877c1311516d5c78a4d52fd46d3d369514681e150f96bc06997fa0e4 - env: - # what does this do? - - name: SCHEMA_REGISTRY_HOST_NAME - value: schemas + image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf command: - schema-registry-start - /etc/schema-registry/schema-registry.properties diff --git a/71rest.yml b/71rest.yml index 987e013..e237357 100644 --- a/71rest.yml +++ b/71rest.yml @@ -12,11 +12,10 @@ spec: spec: containers: - name: cp - image: solsson/kafka-cp@sha256:53075cf5877c1311516d5c78a4d52fd46d3d369514681e150f96bc06997fa0e4 - env: - # what does this do? - - name: KAFKA_REST_HOST_NAME - value: rest + image: solsson/kafka-cp@sha256:a22047b9e8bf4b8badfd2fbba47f2d1acdcbb84dfb03c61a15e1ac203036cedf + command: + - kafka-rest-start + - /etc/kafka-rest/kafka-rest.properties ports: - containerPort: 80 volumeMounts: -- cgit v1.2.3