main
ycz008 2023-11-08 18:14:25 +08:00
parent 560af0cbae
commit 503f292e2e
1 changed files with 0 additions and 3 deletions

View File

@ -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