Update replicas & fix enableServiceLinks to false
This commit is contained in:
parent
332138fd71
commit
69bff0c503
4 changed files with 5 additions and 4 deletions
|
@ -8,5 +8,4 @@ resources:
|
||||||
- schema-registry-deployment.yaml
|
- schema-registry-deployment.yaml
|
||||||
- schema-registry-service.yaml
|
- schema-registry-service.yaml
|
||||||
- kafka-registry-topic.yaml
|
- kafka-registry-topic.yaml
|
||||||
|
- kafka-user-registry.yaml
|
||||||
# - kafka-user-registry.yaml
|
|
||||||
|
|
|
@ -21,6 +21,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: schema-registry
|
app: schema-registry
|
||||||
spec:
|
spec:
|
||||||
|
# https://github.com/confluentinc/schema-registry/issues/689
|
||||||
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: schema-registry
|
- name: schema-registry
|
||||||
image: confluentinc/cp-schema-registry:6.1.1
|
image: confluentinc/cp-schema-registry:6.1.1
|
||||||
|
|
|
@ -6,4 +6,4 @@ metadata:
|
||||||
name: schema-registry
|
name: schema-registry
|
||||||
namespace: kafka
|
namespace: kafka
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 3
|
||||||
|
|
|
@ -6,4 +6,4 @@ metadata:
|
||||||
name: schema-registry
|
name: schema-registry
|
||||||
namespace: kafka
|
namespace: kafka
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue