add: anowflake email kafka, refa: redis connectg
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
apiVersion: kafka.strimzi.io/v1
|
||||
kind: Kafka
|
||||
metadata:
|
||||
name: my-cluster
|
||||
namespace: kafka
|
||||
annotations:
|
||||
strimzi.io/kraft: enabled
|
||||
strimzi.io/node-pools: enabled
|
||||
spec:
|
||||
kafka:
|
||||
version: 4.0.1
|
||||
metadataVersion: 4.0-IV0
|
||||
listeners:
|
||||
- name: plain
|
||||
port: 9092
|
||||
type: internal
|
||||
tls: false
|
||||
- name: tls
|
||||
port: 9093
|
||||
type: internal
|
||||
tls: true
|
||||
config:
|
||||
offsets.topic.replication.factor: 3
|
||||
transaction.state.log.replication.factor: 3
|
||||
transaction.state.log.min.isr: 2
|
||||
default.replication.factor: 3
|
||||
min.insync.replicas: 2
|
||||
entityOperator:
|
||||
topicOperator:
|
||||
resources:
|
||||
requests:
|
||||
memory: 512Mi
|
||||
cpu: "0.2"
|
||||
limits:
|
||||
memory: 512Mi
|
||||
cpu: "0.5"
|
||||
userOperator:
|
||||
resources:
|
||||
requests:
|
||||
memory: 512Mi
|
||||
cpu: "0.2"
|
||||
limits:
|
||||
memory: 512Mi
|
||||
cpu: "0.5"
|
||||
Reference in New Issue
Block a user