Helmチャートの値を表示

helm show values dify/dify

Helmチャートの値で永続ストレージの設定を見つける

これはHelmチャートの値における永続ストレージ設定の例です。

persistence:
  type: "s3"
  s3:
    endpoint: "https://xxx.r2.cloudflarestorage.com"
    accessKey: "#REPLACE_ME#"
    secretKey: "#REPLACE_ME#"
    region: "us-east-1"
    bucketName: "your-bucket-name"
    addressType: ""
    useAwsManagedIam: false
    useAwsS3: true
  ... ...

persistence.type フィールドのオプション

  • s3
  • azure-blob
  • aliyun-oss
  • tencent-cos