[helm] Allow setting notification.toml config (#6159)

* [helm] Allow setting notification.toml config

* [helm] Set notification config conditionally
This commit is contained in:
Davide Calabrese
2024-10-23 22:27:38 +02:00
committed by GitHub
parent 73921ce4f6
commit a3b97bfe03
3 changed files with 43 additions and 0 deletions

View File

@@ -546,6 +546,19 @@ filer:
# Disable http request, only gRpc operations are allowed
disableHttp: false
# Add a custom notification.toml to configure filer notifications
# Example:
# notificationConfig: |-
# [notification.kafka]
# enabled = false
# hosts = [
# "localhost:9092"
# ]
# topic = "seaweedfs_filer"
# offsetFile = "./last.offset"
# offsetSaveIntervalSeconds = 10
notificationConfig: ""
# DEPRECATE: enablePVC, storage, storageClass
# Consider replacing with filer.data section below instead.