feat: remove manager in pulsar
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# Apache Pulsar version
|
||||
PULSAR_VERSION=4.0.7
|
||||
|
||||
# Pulsar Manager version
|
||||
PULSAR_MANAGER_VERSION=v0.4.0
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
@@ -18,12 +15,6 @@ TZ=UTC
|
||||
# Pulsar HTTP/Admin port (default: 8080)
|
||||
# PULSAR_HTTP_PORT_OVERRIDE=8080
|
||||
|
||||
# Pulsar Manager web UI port (default: 9527)
|
||||
# PULSAR_MANAGER_PORT_OVERRIDE=9527
|
||||
|
||||
# Pulsar Manager backend port (default: 7750)
|
||||
# PULSAR_MANAGER_BACKEND_PORT_OVERRIDE=7750
|
||||
|
||||
# ==================== Standalone Mode Configuration ====================
|
||||
|
||||
# Enable ZooKeeper for standalone mode (0 = RocksDB, 1 = ZooKeeper)
|
||||
@@ -75,10 +66,3 @@ TZ=UTC
|
||||
# BROKER_CPU_RESERVATION=0.50
|
||||
# BROKER_MEMORY_LIMIT=2G
|
||||
# BROKER_MEMORY_RESERVATION=512M
|
||||
|
||||
# ==================== Pulsar Manager Resources ====================
|
||||
|
||||
# PULSAR_MANAGER_CPU_LIMIT=1.00
|
||||
# PULSAR_MANAGER_CPU_RESERVATION=0.25
|
||||
# PULSAR_MANAGER_MEMORY_LIMIT=512M
|
||||
# PULSAR_MANAGER_MEMORY_RESERVATION=256M
|
||||
|
||||
Reference in New Issue
Block a user