File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Service
3
3
metadata :
4
- name : schema-registry
4
+ name : schemas
5
5
namespace : kafka
6
6
spec :
7
7
ports :
Original file line number Diff line number Diff line change 1
1
apiVersion : apps/v1beta1
2
2
kind : Deployment
3
3
metadata :
4
- name : schema-registry
4
+ name : schemas
5
5
namespace : kafka
6
6
spec :
7
7
replicas : 1
@@ -11,12 +11,12 @@ spec:
11
11
app : schema-registry
12
12
spec :
13
13
containers :
14
- - name : schema-registry
14
+ - name : cp- schema-registry
15
15
image : confluentinc/cp-schema-registry@sha256:ac1eb34d9a60ce8904eb1bc01fd94bf1f6513924ca507734679d4b513133714c
16
16
env :
17
17
- name : SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL
18
18
value : zookeeper:2181
19
19
- name : SCHEMA_REGISTRY_HOST_NAME
20
- value : schema-registry
20
+ value : schemas
21
21
ports :
22
22
- containerPort : 8081
You can’t perform that action at this time.
0 commit comments