24 lines
627 B
YAML
24 lines
627 B
YAML
# DBIZ lake — "khách số 0". Nhân bản: copy file này, đổi customer + nguồn + bucket.
|
|
customer: dbiz
|
|
image:
|
|
repository: git.dbiz.com/dbiz/spark-cdc # <-- Gitea registry built-in (git.dbiz.com/dbiz/spark-cdc)
|
|
tag: "latest"
|
|
imagePullSecret: gitea-registry
|
|
|
|
kafka:
|
|
bootstrap: "lake-kafka-kafka-bootstrap:9092"
|
|
topicPattern: "crm\\.public\\..*"
|
|
targetTable: "iceberg.raw_crm.cdc_events"
|
|
triggerInterval: "30 seconds"
|
|
|
|
catalog:
|
|
uri: "http://polaris:8181/api/catalog"
|
|
warehouse: "dbiz_warehouse"
|
|
s3:
|
|
endpoint: "http://minio-lake:9000"
|
|
region: "us-east-1"
|
|
|
|
checkpoint:
|
|
storageClass: longhorn
|
|
size: 5Gi
|