Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Open
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
4 changes: 3 additions & 1 deletion charts/opencloud/templates/opencloud/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,13 @@ spec:
value: "false"
- name: OC_PASSWORD_POLICY_BANNED_PASSWORDS_LIST
value: "banned-password-list.txt"
{{ if .Values.tika.enabled }}
# Search settings
- name: SEARCH_EXTRACTOR_TYPE
value: "tika"
- name: SEARCH_EXTRACTOR_TIKA_TIKA_URL
value: "http://{{ include "opencloud.tika.fullname" . }}:9998"
{{ end }}
# Performance settings
- name: OC_GRPC_MAX_RECEIVED_MESSAGE_SIZE
value: "102400000"
Expand Down Expand Up @@ -324,7 +326,7 @@ spec:
{{- end }}
- name: STORAGE_SYSTEM_DRIVER
value: "decomposed"

{{- if eq .Values.opencloud.storage.mode "posixfs" }}
- name: STORAGE_USERS_POSIX_ROOT
value: {{ .Values.opencloud.storage.posixfs.rootPath | quote }}
Expand Down