kafka
parent
560af0cbae
commit
503f292e2e
|
@ -2,7 +2,6 @@ apiVersion: platform.confluent.io/v1beta1
|
||||||
kind: Zookeeper
|
kind: Zookeeper
|
||||||
metadata:
|
metadata:
|
||||||
name: zookeeper
|
name: zookeeper
|
||||||
namespace: confluent
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
oneReplicaPerNode: true
|
oneReplicaPerNode: true
|
||||||
|
@ -37,7 +36,6 @@ apiVersion: platform.confluent.io/v1beta1
|
||||||
kind: Kafka
|
kind: Kafka
|
||||||
metadata:
|
metadata:
|
||||||
name: kafka
|
name: kafka
|
||||||
namespace: confluent
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
oneReplicaPerNode: true
|
oneReplicaPerNode: true
|
||||||
|
@ -134,7 +132,6 @@ apiVersion: platform.confluent.io/v1beta1
|
||||||
kind: SchemaRegistry
|
kind: SchemaRegistry
|
||||||
metadata:
|
metadata:
|
||||||
name: schemaregistry
|
name: schemaregistry
|
||||||
namespace: confluent
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
oneReplicaPerNode: true
|
oneReplicaPerNode: true
|
||||||
|
|
Loading…
Reference in New Issue