From 55f5b317df9cdf85d1f8027b00650e51694a372c Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Tue, 25 Jul 2017 07:48:16 +0200 Subject: This is http so there's no reason to not use port 80 --- 60schemas-service.yml | 2 +- 61schemas.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/60schemas-service.yml b/60schemas-service.yml index 2d1894c..2c30905 100644 --- a/60schemas-service.yml +++ b/60schemas-service.yml @@ -5,6 +5,6 @@ metadata: namespace: kafka spec: ports: - - port: 8081 + - port: 80 selector: app: schema-registry diff --git a/61schemas.yml b/61schemas.yml index 2423e91..20d1868 100644 --- a/61schemas.yml +++ b/61schemas.yml @@ -18,5 +18,7 @@ spec: value: zookeeper:2181 - name: SCHEMA_REGISTRY_HOST_NAME value: schemas + - name: SCHEMA_REGISTRY_LISTENERS + value: http://0.0.0.0:80 ports: - - containerPort: 8081 + - containerPort: 80 -- cgit v1.2.3