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-service.yaml
|
||||
- kafka-registry-topic.yaml
|
||||
|
||||
# - kafka-user-registry.yaml
|
||||
- kafka-user-registry.yaml
|
||||
|
|
|
@ -21,6 +21,8 @@ spec:
|
|||
labels:
|
||||
app: schema-registry
|
||||
spec:
|
||||
# https://github.com/confluentinc/schema-registry/issues/689
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: schema-registry
|
||||
image: confluentinc/cp-schema-registry:6.1.1
|
||||
|
|
|
@ -6,4 +6,4 @@ metadata:
|
|||
name: schema-registry
|
||||
namespace: kafka
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 3
|
||||
|
|
|
@ -6,4 +6,4 @@ metadata:
|
|||
name: schema-registry
|
||||
namespace: kafka
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
|
|
Loading…
Add table
Reference in a new issue