feat(data): pg数据库升级为17.5版本
这个提交包含在:
@@ -0,0 +1,63 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: halo
|
||||
namespace: apps
|
||||
spec:
|
||||
repo: https://borispolonsky.github.io/dify-helm
|
||||
chart: dify
|
||||
targetNamespace: apps
|
||||
version: 0.24.0
|
||||
valuesContent: |-
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: greenhk
|
||||
api:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
accessMode: ReadWriteMany
|
||||
size: 10Gi
|
||||
extraEnv:
|
||||
- name: LANG
|
||||
value: "C.UTF-8"
|
||||
postgresql:
|
||||
enabled: false
|
||||
redis:
|
||||
enabled: false
|
||||
weaviate:
|
||||
enabled: false
|
||||
externalPostgres:
|
||||
enabled: true
|
||||
username: app
|
||||
password: nyrHzh9WWlDZzvVw7bDFo74gKb9zsls0Sy7OwRTDWiRTNPQQQkW85taUFAoX2AIC
|
||||
address: cnpg-cluster-hk-rw.infra-data
|
||||
port: 5432
|
||||
database:
|
||||
api: dify
|
||||
pluginDaemon: dify_plugin
|
||||
externalPgvector:
|
||||
enabled: false
|
||||
username: app
|
||||
password: nyrHzh9WWlDZzvVw7bDFo74gKb9zsls0Sy7OwRTDWiRTNPQQQkW85taUFAoX2AIC
|
||||
address: cnpg-cluster-hk-rw.infra-data
|
||||
port: 5432
|
||||
dbName: dify
|
||||
externalRedis:
|
||||
enabled: true
|
||||
host: redis.example
|
||||
port: 6379
|
||||
username: ""
|
||||
password: ribiPwYQNU6GWxCYR0Nj
|
||||
useSSL: false
|
||||
proxy:
|
||||
enable: false
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
hosts:
|
||||
- host: dify.dev.cm
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
- greenhk
|
||||
image:
|
||||
repository: halohub/halo-pro
|
||||
tag: 2.20.19
|
||||
tag: 2.20.21
|
||||
service:
|
||||
type: ClusterIP
|
||||
ingress:
|
||||
@@ -58,10 +58,10 @@ spec:
|
||||
enabled: false
|
||||
externalDatabase:
|
||||
platform: postgresql
|
||||
host: cnpg-cluster-hk-rw.infra-data
|
||||
host: cnpg17-cluster-hk-rw.infra-data
|
||||
port: 5432
|
||||
user: app
|
||||
password: nyrHzh9WWlDZzvVw7bDFo74gKb9zsls0Sy7OwRTDWiRTNPQQQkW85taUFAoX2AIC
|
||||
password: QrmOnigueiiKWDxS5HqS8h765fUZoV1fj2WFkHpqZOPnKAGcM9paiXC1VzGUA3PD
|
||||
database: halo
|
||||
haloUsername: rohow
|
||||
haloExternalUrl: https://dev.cm
|
||||
|
||||
在新议题中引用
屏蔽一个用户