Kafka 백킹서비스 설치 디렉토리 추가
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
# values.yaml
|
||||
global:
|
||||
storageClass: "managed"
|
||||
|
||||
auth:
|
||||
clientProtocol: plaintext
|
||||
interBrokerProtocol: plaintext
|
||||
sasl:
|
||||
enabled: false
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
listeners:
|
||||
client:
|
||||
protocol: PLAINTEXT
|
||||
|
||||
kraft:
|
||||
enabled: true
|
||||
|
||||
controller:
|
||||
replicaCount: 1
|
||||
heapOpts: "-Xmx1g -Xms1g"
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
resources:
|
||||
limits:
|
||||
memory: 2Gi
|
||||
cpu: 1
|
||||
requests:
|
||||
memory: 1Gi
|
||||
cpu: 1
|
||||
|
||||
broker:
|
||||
replicaCount: 3
|
||||
heapOpts: "-Xmx1g -Xms1g"
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
resources:
|
||||
limits:
|
||||
memory: 2Gi
|
||||
cpu: 1
|
||||
requests:
|
||||
memory: 1Gi
|
||||
cpu: 1
|
||||
|
||||
deleteTopicEnable: true
|
||||
autoCreateTopicsEnable: false
|
||||
|
||||
offsets:
|
||||
topic:
|
||||
replication:
|
||||
factor: 3
|
||||
segment:
|
||||
bytes: 1073741824
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnamilegacy/kafka
|
||||
Reference in New Issue
Block a user