Skip to content

Commit 65d78b7

Browse files
authoredFeb 27, 2025··
add env to scheduler to values.yaml (#487)
1 parent 50b457f commit 65d78b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎dask/values.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ scheduler:
1818
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.
1919
servicePort: 8786 # Scheduler service internal port.
2020
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+
2129
extraArgs:
2230
[] # Extra CLI arguments to be passed to the scheduler
2331
# - --preload

0 commit comments

Comments
 (0)
Please sign in to comment.