helm show values dify/dify
これはHelm Chartの設定ファイルにおけるRedis設定の一例です。
externalRedis: enabled: true host: "redis.example" port: 6379 username: "" password: "#REPLACE_ME#" useSSL: false
useSSL
true
port
6379
6380