增加AzureBlobStorage支持
This commit is contained in:
+22
-7
@@ -186,7 +186,7 @@ api:
|
||||
marketplace: "https://marketplace.dify.ai"
|
||||
mail:
|
||||
# default email sender from email address, if not given a specific address
|
||||
defaultSender: "YOUR EMAIL FROM (e.g., no-reply <no-reply@dify.ai>)"
|
||||
defaultSender: "YOUR EMAIL FROM (e.g.: no-reply <no-reply@dify.ai>)"
|
||||
# Mail type, supported values are `smtp`, `resend` https://docs.dify.ai/getting-started/install-self-hosted/environments#mail-related-configuration
|
||||
type: "resend"
|
||||
resend:
|
||||
@@ -628,7 +628,7 @@ pluginDaemon:
|
||||
# A separate key for interactions between `api`(`worker`) and `pluginDaemon`
|
||||
difyApiKey: "QaHbTe77CtuXmsfyhR7+vRjI/+XbV1AaFy691iy+kGDv2Jvy0/eAh8Y1"
|
||||
persistence:
|
||||
mountPath: "/app/storage/cwd"
|
||||
mountPath: "/app/storage"
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
persistentVolumeClaim:
|
||||
@@ -646,6 +646,10 @@ pluginDaemon:
|
||||
subPath: ""
|
||||
marketplace:
|
||||
enabled: true
|
||||
# Takes effect only if built-in `nginx` were enabled
|
||||
# If enabled, route marketplace api call to built-in `nginx` and strip headers for tracking.
|
||||
# https://github.com/BorisPolonsky/dify-helm/pull/131
|
||||
apiProxyEnabled: false
|
||||
## pluginDaemon ServiceAccount configuration
|
||||
##
|
||||
serviceAccount:
|
||||
@@ -3044,6 +3048,17 @@ externalCOS:
|
||||
bucketName: "your-bucket-name"
|
||||
scheme: "your-scheme"
|
||||
|
||||
###################################
|
||||
# External HUAWEI OBS
|
||||
# - these configs are only used when `externalS3.enabled` and `externalAzureBlobStorage.enabled` and `externalOSS.enabled` and `externalGCS.enabled` and `externalCOS.enabled` are false and `externalOBS.enabled` is true
|
||||
###################################
|
||||
externalOBS:
|
||||
enabled: false
|
||||
secretKey: "your-secret-key"
|
||||
secretId: "your-secret-id"
|
||||
bucketName: "your-bucket-name"
|
||||
server: "your-server"
|
||||
|
||||
###################################
|
||||
# External Redis
|
||||
# - these configs are only used when `externalRedis.enabled` is true
|
||||
@@ -3084,11 +3099,11 @@ externalQdrant:
|
||||
###################################
|
||||
externalMilvus:
|
||||
enabled: false
|
||||
uri: "your-milvus.domain:19530"
|
||||
database: "default"
|
||||
user: "user"
|
||||
password: "Milvus"
|
||||
useTLS: false
|
||||
uri: "http://your-milvus.domain:19530"
|
||||
database: 'default'
|
||||
token: ""
|
||||
user: ""
|
||||
password: ""
|
||||
|
||||
###################################
|
||||
# External Pgvector
|
||||
|
||||
Reference in New Issue
Block a user