We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5a8c5 commit 4e3c13dCopy full SHA for 4e3c13d
60schemas-service.yml
@@ -5,6 +5,6 @@ metadata:
5
namespace: kafka
6
spec:
7
ports:
8
- - port: 8081
+ - port: 80
9
selector:
10
app: schema-registry
61schemas.yml
@@ -18,5 +18,7 @@ spec:
18
value: zookeeper:2181
19
- name: SCHEMA_REGISTRY_HOST_NAME
20
value: schemas
21
+ - name: SCHEMA_REGISTRY_LISTENERS
22
+ value: http://0.0.0.0:80
23
- - containerPort: 8081
24
+ - containerPort: 80
0 commit comments