From 6780c4d56c5203a34f43a3d27f55531649398b65 Mon Sep 17 00:00:00 2001 From: Y-Rookie Date: Wed, 23 Oct 2024 10:14:50 +0800 Subject: [PATCH] modify cluster yaml --- README.md | 2 +- addons-cluster/pulsar/templates/cluster.yaml | 2 +- examples/pulsar/cluster-cmpd.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5048691c0..cda755dab 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ KubeBlocks add-ons. | orioledb | orioledb-14.7.2-beta1 | OrioleDB is a new storage engine for PostgreSQL, bringing a modern approach to database capacity, capabilities and performance to the world's most-loved database platform. | 1aal | | polardbx | polardbx-v2.3 | PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios. | Vettal Wu | | postgresql | postgresql-12.14.0
postgresql-12.14.1
postgresql-12.15.0
postgresql-14.7.2
postgresql-14.8.0
postgresql-15.7.0
postgresql-16.4.0 | A PostgreSQL (with Patroni HA) cluster definition Helm chart for Kubernetes | ldming | -| pulsar | pulsar-bkrecovery-2.11.2
pulsar-bkrecovery-3.0.2
pulsar-bookkeeper-2.11.2
pulsar-bookkeeper-3.0.2
pulsar-broker-2.11.2
pulsar-broker-3.0.2
pulsar-proxy-2.11.2
pulsar-proxy-3.0.2
pulsar-zookeeper-2.11.2
pulsar-zookeeper-3.0.2 | Apache Pulsar is an open-source, distributed messaging and streaming platform built for the cloud. | caiq1nyu | +| pulsar | pulsar-bookies-recovery-2.11.2
pulsar-bookies-recovery-3.0.2
pulsar-bookkeeper-2.11.2
pulsar-bookkeeper-3.0.2
pulsar-broker-2.11.2
pulsar-broker-3.0.2
pulsar-proxy-2.11.2
pulsar-proxy-3.0.2
pulsar-zookeeper-2.11.2
pulsar-zookeeper-3.0.2 | Apache Pulsar is an open-source, distributed messaging and streaming platform built for the cloud. | caiq1nyu | | qdrant | qdrant-1.10.0
qdrant-1.5.0
qdrant-1.7.3
qdrant-1.8.1
qdrant-1.8.4 | High-performance, massive-scale Vector Database for the next generation of AI. | iziang | | rabbitmq | rabbitmq-3.10.25
rabbitmq-3.11.28
rabbitmq-3.12.14
rabbitmq-3.13.2
rabbitmq-3.8.14
rabbitmq-3.9.29 | RabbitMQ is a reliable and mature messaging and streaming broker. | xuriwuyun | | redis | redis-7.0.6
redis-7.2.4
redis-cluster-7.0.6
redis-cluster-7.2.4
redis-sentinel-7.0.6
redis-sentinel-7.2.4
redis-twemproxy-0.5.0 | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. | Y-Rookie | diff --git a/addons-cluster/pulsar/templates/cluster.yaml b/addons-cluster/pulsar/templates/cluster.yaml index a743194c5..a45900c77 100644 --- a/addons-cluster/pulsar/templates/cluster.yaml +++ b/addons-cluster/pulsar/templates/cluster.yaml @@ -99,7 +99,7 @@ spec: {{- if or (eq .Values.mode "pulsar-enhanced-cluster") ( and (not $topologyEnable) .Values.bookiesRecovery.enabled) }} - name: bookies-recovery {{- if not $topologyEnable }} - componentDef: pulsar-bkrecovery + componentDef: pulsar-bookies-recovery {{- end }} {{ include "pulsar-zookeeper-ref" . | nindent 6 }} replicas: {{ .Values.bookiesRecovery.replicaCount | default 3 }} diff --git a/examples/pulsar/cluster-cmpd.yaml b/examples/pulsar/cluster-cmpd.yaml index 5159474a8..298156352 100644 --- a/examples/pulsar/cluster-cmpd.yaml +++ b/examples/pulsar/cluster-cmpd.yaml @@ -107,7 +107,7 @@ spec: requests: storage: 20Gi - name: bookies-recovery - componentDef: pulsar-bkrecovery + componentDef: pulsar-bookies-recovery replicas: 1 resources: limits: