Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ zenithClient:
ragflow:
env:
RAGFLOW_IMAGE: infiniflow/ragflow:v0.19.1
DOC_ENGINE: infinity
DOC_ENGINE: opensearch
11 changes: 6 additions & 5 deletions helm/templates/opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ spec:
runAsUser: 1000
allowPrivilegeEscalation: false
livenessProbe:
httpGet:
path: /
port: 9201
exec:
command:
- sh
- -c
- curl -u admin:$OPENSEARCH_PASSWORD localhost:9201
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 120
failureThreshold: 6
volumes:
- name: opensearch-data
persistentVolumeClaim:
Expand Down
4 changes: 2 additions & 2 deletions helm/templates/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- metadata:
name: redis-data
labels:
{{- include "ragflow.labels" . | nindent 10 }}
{{- include "ragflow.selectorLabels" . | nindent 10 }}
app.kubernetes.io/component: redis
spec:
accessModes:
Expand Down Expand Up @@ -109,4 +109,4 @@ spec:
selector:
matchLabels:
{{- include "ragflow.selectorLabels" . | nindent 6 }}
app.kubernetes.io/component: redis
app.kubernetes.io/component: redis
2 changes: 0 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ redis:
resources:
service:
type: ClusterIP
persistence:
enabled: false


# This block is for setting up web service ingress. For more information, see:
Expand Down