Skip to content

Commit 55f5b31

Browse files
committed
This is http so there's no reason to not use port 80
1 parent c14d4cc commit 55f5b31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

60schemas-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
namespace: kafka
66
spec:
77
ports:
8-
- port: 8081
8+
- port: 80
99
selector:
1010
app: schema-registry

61schemas.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ spec:
1818
value: zookeeper:2181
1919
- name: SCHEMA_REGISTRY_HOST_NAME
2020
value: schemas
21+
- name: SCHEMA_REGISTRY_LISTENERS
22+
value: http://0.0.0.0:80
2123
ports:
22-
- containerPort: 8081
24+
- containerPort: 80

0 commit comments

Comments
 (0)