Skip to content

Commit a05800c

Browse files
committed
set values based on size
1 parent d743caf commit a05800c

File tree

1 file changed

+11
-0
lines changed
  • charts/operator-wandb/charts/parquet/templates

1 file changed

+11
-0
lines changed

charts/operator-wandb/charts/parquet/templates/cron.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,17 @@ spec:
120120
- name: REDIS
121121
value: "{{ include "wandb.redis.connectionString" . | trim }}"
122122

123+
- name: GORILLA_EXPORT_PQ_PARALLELISM
124+
{{- if .Values.global.executor.enabled }}
125+
value: "250"
126+
{{- else if eq .Values.global.size "xlarge" }}
127+
value: "40"
128+
{{- else if eq .Values.global.size "xxlarge" }}
129+
value: "80"
130+
{{- else }}
131+
value: "10"
132+
{{- end }}
133+
123134
- name: GORILLA_SETTINGS_CACHE
124135
value: "{{ include "wandb.redis.connectionString" . | trim }}"
125136

0 commit comments

Comments
 (0)