feat: add redpanda
This commit is contained in:
47
src/redpanda/.env.example
Normal file
47
src/redpanda/.env.example
Normal file
@@ -0,0 +1,47 @@
|
||||
# Redpanda version
|
||||
REDPANDA_VERSION=v24.3.1
|
||||
|
||||
# Redpanda Console version
|
||||
REDPANDA_CONSOLE_VERSION=v2.8.2
|
||||
|
||||
# Global registry prefix (optional, for using mirror registries)
|
||||
# GLOBAL_REGISTRY=your-registry.com/
|
||||
|
||||
# Timezone (default: UTC)
|
||||
TZ=UTC
|
||||
|
||||
# Redpanda Kafka API port (external)
|
||||
REDPANDA_KAFKA_PORT_OVERRIDE=19092
|
||||
|
||||
# Redpanda Schema Registry port (external)
|
||||
REDPANDA_SCHEMA_PORT_OVERRIDE=18081
|
||||
|
||||
# Redpanda HTTP Proxy port (external)
|
||||
REDPANDA_PROXY_PORT_OVERRIDE=18082
|
||||
|
||||
# Redpanda Admin API port (external)
|
||||
REDPANDA_ADMIN_PORT_OVERRIDE=19644
|
||||
|
||||
# Redpanda Console UI port
|
||||
REDPANDA_CONSOLE_PORT_OVERRIDE=8080
|
||||
|
||||
# Redpanda CPU cores for processing (default: 1)
|
||||
REDPANDA_SMP=1
|
||||
|
||||
# Redpanda memory allocation (default: 1G)
|
||||
REDPANDA_MEMORY=1G
|
||||
|
||||
# Redpanda log level (trace, debug, info, warn, error)
|
||||
REDPANDA_LOG_LEVEL=info
|
||||
|
||||
# Redpanda resource limits
|
||||
REDPANDA_CPU_LIMIT=2.0
|
||||
REDPANDA_MEMORY_LIMIT=2G
|
||||
REDPANDA_CPU_RESERVATION=1.0
|
||||
REDPANDA_MEMORY_RESERVATION=1G
|
||||
|
||||
# Redpanda Console resource limits
|
||||
REDPANDA_CONSOLE_CPU_LIMIT=0.5
|
||||
REDPANDA_CONSOLE_MEMORY_LIMIT=512M
|
||||
REDPANDA_CONSOLE_CPU_RESERVATION=0.25
|
||||
REDPANDA_CONSOLE_MEMORY_RESERVATION=256M
|
||||
Reference in New Issue
Block a user