File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ zenithClient:
1111ragflow :
1212 env :
1313 RAGFLOW_IMAGE : infiniflow/ragflow:v0.19.1
14- DOC_ENGINE : infinity
14+ DOC_ENGINE : opensearch
Original file line number Diff line number Diff line change @@ -85,13 +85,14 @@ spec:
8585 runAsUser : 1000
8686 allowPrivilegeEscalation : false
8787 livenessProbe :
88- httpGet :
89- path : /
90- port : 9201
88+ exec :
89+ command :
90+ - sh
91+ - -c
92+ - curl -u admin:$OPENSEARCH_PASSWORD localhost:9201
9193 initialDelaySeconds : 30
9294 periodSeconds : 10
93- timeoutSeconds : 10
94- failureThreshold : 120
95+ failureThreshold : 6
9596 volumes :
9697 - name : opensearch-data
9798 persistentVolumeClaim :
Original file line number Diff line number Diff line change 6868 - metadata :
6969 name : redis-data
7070 labels :
71- {{- include "ragflow.labels " . | nindent 10 }}
71+ {{- include "ragflow.selectorLabels " . | nindent 10 }}
7272 app.kubernetes.io/component : redis
7373 spec :
7474 accessModes :
@@ -109,4 +109,4 @@ spec:
109109 selector :
110110 matchLabels :
111111 {{- include "ragflow.selectorLabels" . | nindent 6 }}
112- app.kubernetes.io/component : redis
112+ app.kubernetes.io/component : redis
Original file line number Diff line number Diff line change @@ -192,8 +192,6 @@ redis:
192192 resources :
193193 service :
194194 type : ClusterIP
195- persistence :
196- enabled : false
197195
198196
199197# This block is for setting up web service ingress. For more information, see:
You can’t perform that action at this time.
0 commit comments