You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.5 KiB
89 lines
1.5 KiB
kafka:
|
|
version: "4.0.0"
|
|
metadataVersion: "4.0"
|
|
timezone: "Asia/Seoul"
|
|
|
|
controller:
|
|
replicas: 3
|
|
storage:
|
|
size: 50Gi
|
|
class: longhorn
|
|
resources:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 1Gi
|
|
limits:
|
|
cpu: 1
|
|
memory: 2Gi
|
|
|
|
broker:
|
|
replicas: 3
|
|
storage:
|
|
size: 50Gi
|
|
class: longhorn
|
|
resources:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 1Gi
|
|
limits:
|
|
cpu: 1
|
|
memory: 2Gi
|
|
|
|
config:
|
|
offsetsTopicReplicationFactor: 3
|
|
transactionStateLogReplicationFactor: 3
|
|
transactionStateLogMinIsr: 2
|
|
defaultReplicationFactor: 3
|
|
minInsyncReplicas: 2
|
|
autoCreateTopicsEnable: false
|
|
numPartitions: 3
|
|
deleteTopicEnable: true
|
|
|
|
internalListener:
|
|
enabled: true
|
|
port: 9094
|
|
tls: true
|
|
|
|
oauth:
|
|
enabled: true
|
|
keycloakUrl: "$KEYCLOAK_URL"
|
|
keycloakRealm: "$KEYCLOAK_REALM"
|
|
keycloakClientId: "$KEYCLOAK_CLIENT_ID"
|
|
tlsSecretName: "keycloak-tls"
|
|
|
|
kafkaConnect:
|
|
enabled: true
|
|
image: paasup/kafka-connect:0.2
|
|
replicas: 1
|
|
|
|
entityOperator:
|
|
topicOperator:
|
|
resources:
|
|
requests:
|
|
memory: 128Mi
|
|
cpu: 100m
|
|
limits:
|
|
memory: 256Mi
|
|
cpu: 200m
|
|
userOperator:
|
|
resources:
|
|
requests:
|
|
memory: 128Mi
|
|
cpu: 100m
|
|
limits:
|
|
memory: 256Mi
|
|
cpu: 200m
|
|
|
|
connectTopics:
|
|
partitions: 1
|
|
replicas: 3
|
|
config:
|
|
cleanupPolicy: compact
|
|
retentionMs: 604800000
|
|
segmentBytes: 1073741824
|
|
|
|
logging:
|
|
kafka:
|
|
rootLoggerLevel: INFO
|
|
connect:
|
|
rootLoggerLevel: INFO |