Enable the pulsar manager in the minikube values (#270)
--- Fixes: https://github.com/apache/pulsar/issues/15927 ### Motivation We have documented the using pulsar manager in the Getting started with helm in the pulsar website. We should enable the pulsar manager by default in the minikube values. ### Modifications - enable the pulsar manager by default in the minikube values.
This commit is contained in:
parent
428736c788
commit
f2266c4295
@ -28,6 +28,7 @@ affinity:
|
|||||||
# disable auto recovery
|
# disable auto recovery
|
||||||
components:
|
components:
|
||||||
autorecovery: false
|
autorecovery: false
|
||||||
|
pulsar_manager: true
|
||||||
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
@ -47,4 +48,4 @@ broker:
|
|||||||
managedLedgerDefaultAckQuorum: "1"
|
managedLedgerDefaultAckQuorum: "1"
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user