You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dask/values.yaml
+8
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ scheduler:
18
18
loadBalancerIP: null # Some cloud providers allow you to specify the loadBalancerIP when using the `LoadBalancer` service type. If your cloud does not support it this option will be ignored.
19
19
servicePort: 8786# Scheduler service internal port.
20
20
serviceAnnotations: {} # Scheduler service annotations.
21
+
env: # Environment variables. See `values.yaml` for example values.
22
+
# - name: EXTRA_APT_PACKAGES
23
+
# value: build-essential openssl
24
+
# - name: EXTRA_CONDA_PACKAGES
25
+
# value: numba xarray -c conda-forge
26
+
# - name: EXTRA_PIP_PACKAGES
27
+
# value: s3fs dask-ml prometheus-client --upgrade
28
+
21
29
extraArgs:
22
30
[] # Extra CLI arguments to be passed to the scheduler
0 commit comments