Skip to content
Draft
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
4 changes: 4 additions & 0 deletions weaviate/templates/contextionaryDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/gpt4allInferenceDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/img2vecNeuralDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/multi2vecBindDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/multi2vecClipDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/nerTransformersDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/qnaTransformersDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/rerankerTransformersDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/sumTransformersDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/textSpellcheckDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
12 changes: 12 additions & 0 deletions weaviate/templates/transformersInferenceDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $module "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down Expand Up @@ -201,6 +205,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $passage "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $passage "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down Expand Up @@ -308,6 +316,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $query "topologySpreadConstraints" | default .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index $query "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions weaviate/templates/weaviateStatefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,10 @@ spec:
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
67 changes: 35 additions & 32 deletions weaviate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,12 +609,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The text2vec-transformers modules uses neural networks, such as BERT,
# DistilBERT, etc. to dynamically compute vector embeddings based on the
Expand Down Expand Up @@ -695,11 +695,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.
# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

passageQueryServices:
passage:
Expand Down Expand Up @@ -768,12 +769,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

query:
enabled: false
Expand Down Expand Up @@ -842,12 +843,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The text2vec-gpt4all is a vectorizer module that allows to run ML models from
# nomic-ai/gpt4all: https://docs.gpt4all.io/gpt4all_python_embedding.html
Expand Down Expand Up @@ -904,12 +905,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The text2vec-openai module uses OpenAI Embeddings API
# to dynamically compute vector embeddings based on the
Expand Down Expand Up @@ -1430,12 +1431,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The qna-openai module uses OpenAI Completions API
# to dynamically answer given questions.
Expand Down Expand Up @@ -1700,12 +1701,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The reranker-cohere module uses Cohere API
# to dynamically compute a score for the relevance
Expand Down Expand Up @@ -1827,12 +1828,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The text-spellcheck module uses spellchecker library to check
# misspellings in a given text
Expand Down Expand Up @@ -1884,12 +1885,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The ner-transformers module uses spellchecker library to check
# misspellings in a given text
Expand Down Expand Up @@ -1958,12 +1959,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# The sum-transformers module makes result texts summarizations
sum-transformers:
Expand Down Expand Up @@ -2029,12 +2030,12 @@ modules:

# You can guide where the pods are scheduled on a per-module basis,
# as well as for Weaviate overall. Each module accepts nodeSelector,
# tolerations, and affinity configuration. If it is set on a per-
# module basis, this configuration overrides the global config.

# tolerations, affinity, and topology spread configuration. If it is
# set on a per-module basis, this configuration overrides the global config.
nodeSelector:
tolerations:
affinity:
topologySpreadConstraints:

# by choosing the default vectorizer module, you can tell Weaviate to always
# use this module as the vectorizer if nothing else is specified. Can be
Expand Down Expand Up @@ -2074,6 +2075,8 @@ tolerations:

hostAliases:

topologySpreadConstraints:

affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down