Changeset View
Changeset View
Standalone View
Standalone View
helm/dagster/values.yaml
Show First 20 Lines • Show All 201 Lines • ▼ Show 20 Lines | |||||
#################################################################################################### | #################################################################################################### | ||||
celery: | celery: | ||||
# The Celery workers can be deployed with a fixed image (no user code included) | # The Celery workers can be deployed with a fixed image (no user code included) | ||||
image: | image: | ||||
repository: "dagster/k8s-celery-worker" | repository: "dagster/k8s-celery-worker" | ||||
tag: "latest" | tag: "latest" | ||||
pullPolicy: Always | pullPolicy: Always | ||||
# If disabled, the k8s run launcher will be used, which launches pipeline runs as single K8s Jobs. | |||||
catherinewu: can we also add k8srunlauncher config into the values.yaml? | |||||
enabled: true | enabled: true | ||||
# support overriding the name of Celery workers | # support overriding the name of Celery workers | ||||
workers: | workers: | ||||
nameOverride: "" | nameOverride: "" | ||||
# Number of replicas for the default Celery queue | # Number of replicas for the default Celery queue | ||||
replicaCount: 2 | replicaCount: 2 | ||||
# additional config options for Celery, applied to all queues. See: | # additional config options for Celery, applied to all queues. See: | ||||
# https://docs.celeryproject.org/en/stable/userguide/configuration.html for available options | # https://docs.celeryproject.org/en/stable/userguide/configuration.html for available options | ||||
▲ Show 20 Lines • Show All 184 Lines • Show Last 20 Lines |
can we also add k8srunlauncher config into the values.yaml?