Jeff Hulbert
03/19/2021, 1:23 PMdagster-user-deployments:
# Creates a workspace file with the gRPC servers hosting your user code.
enabled: true
# If you plan on deploying user code in a separate Helm release, set this to false.
enableSubchart: true
# List of unique deployments
deployments:
- name: "dagster-code"
image:
repository: "<http://repo.azurecr.io/dagster-code|repo.azurecr.io/dagster-code>"
tag: latest
# Change with caution! If you're using a fixed tag for pipeline run images, changing the
# image pull policy to anything other than "Always" will use a cached/stale image, which is
# almost certainly not what you want.
pullPolicy: Always
# Arguments to `dagster api grpc`.
# Ex: "dagster api grpc -m dagster_test.test_project.test_pipelines.repo -a define_demo_execution_repo"
# would translate to:
# dagsterApiGrpcArgs:
# - "-m"
# - "dagster_test.test_project.test_pipelines.repo"
# - "-a"
# - "define_demo_execution_repo"
dagsterApiGrpcArgs:
- "-f"
- "/opt/dagster/app/repository.py"
port: 3030
Peter Stratton
03/19/2021, 2:58 PMJeff Hulbert
03/19/2021, 2:59 PMPeter Stratton
03/19/2021, 3:01 PMdagster-code
image could have the example files rather than your own?Jeff Hulbert
03/19/2021, 3:04 PMalex
03/19/2021, 3:06 PMrex
03/19/2021, 3:32 PMJeff Hulbert
03/19/2021, 3:33 PMrex
03/19/2021, 3:34 PMJeff Hulbert
03/19/2021, 3:34 PMCMD ["dagster", "api", "grpc", "-f", "/opt/dagster/app/repository.py", "-p", "3030"]
rex
03/19/2021, 4:01 PMdagsterApiGrpcArgs
?Jeff Hulbert
03/19/2021, 4:01 PM