File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 96
96
key : {{ $key | quote }}
97
97
{{- end }}
98
98
{{- end }}
99
+ - name : RUNTIME_OVERRIDES_ENABLED
100
+ value : {{ .Values.runtime_overrides.enabled | quote }}
101
+ - name : RUNTIME_OVERRIDES_PATH
102
+ value : {{ .Values.runtime_overrides.path | quote }}
103
+ - name : RUNTIME_OVERRIDES_LOAD_INTERVAL
104
+ value : {{ .Values.runtime_overrides.load_interval | quote }}
99
105
- name : CLUSTER_BASIC_AUTH_USERNAME
100
106
valueFrom :
101
107
secretKeyRef :
Original file line number Diff line number Diff line change @@ -321,10 +321,6 @@ env:
321
321
PROMETHEUS_MONITORING_ENABLED : false
322
322
PROMETHEUS_MONITORING_GROUP : false
323
323
324
- RUNTIME_OVERRIDES_ENABLED : false
325
- RUNTIME_OVERRIDES_PATH : " /config/overrides.yaml"
326
- RUNTIME_OVERRIDES_LOAD_INTERVAL : 2m
327
-
328
324
# Set a MEM limit for the Weaviate Pod so it can help you both increase GC-related
329
325
# performance as well as avoid GC-related out-of-memory (“OOM”) situations
330
326
# GOMEMLIMIT: 6GiB
You can’t perform that action at this time.
0 commit comments