aboutsummaryrefslogtreecommitdiff
path: root/71rest.yml
diff options
context:
space:
mode:
Diffstat (limited to '71rest.yml')
-rw-r--r--71rest.yml18
1 files changed, 10 insertions, 8 deletions
diff --git a/71rest.yml b/71rest.yml
index 8f52b42..987e013 100644
--- a/71rest.yml
+++ b/71rest.yml
@@ -11,16 +11,18 @@ spec:
app: kafka-rest
spec:
containers:
- - name: cp-kafka-rest
- image: confluentinc/cp-kafka-rest@sha256:aa213c1a67eae6ce9836b52a9b5ecee4d6a0b44f2b9cc69f4e4de85131462f1d
+ - name: cp
+ image: solsson/kafka-cp@sha256:53075cf5877c1311516d5c78a4d52fd46d3d369514681e150f96bc06997fa0e4
env:
- - name: KAFKA_REST_ZOOKEEPER_CONNECT
- value: zookeeper:2181
+ # what does this do?
- name: KAFKA_REST_HOST_NAME
value: rest
- - name: KAFKA_REST_LISTENERS
- value: http://0.0.0.0:80
- - name: KAFKA_REST_SCHEMA_REGISTRY_URL
- value: http://schemas.kafka.svc.cluster.local:80
ports:
- containerPort: 80
+ volumeMounts:
+ - name: config
+ mountPath: /etc/kafka-rest
+ volumes:
+ - name: config
+ configMap:
+ name: confluent-config