diff --git a/radixconfig.yaml b/radixconfig.yaml index 60c296d5..deadb24d 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -70,6 +70,7 @@ spec: variables: MODEL_FOLDER: "/mnt/azure-storage/models" WORKER_FOLDER: "/mnt/azure-storage/worker" + ARGS_FOLDER: "/app/args" notifications: webhook: http://api:5002/api/jobs/status environmentConfig: @@ -110,6 +111,7 @@ spec: variables: MODEL_FOLDER: "/mnt/azure-storage/models" WORKER_FOLDER: "/mnt/azure-storage/worker" + ARGS_FOLDER: "/app/args" environmentConfig: - environment: dev volumeMounts: @@ -150,6 +152,7 @@ spec: variables: MODEL_FOLDER: "/mnt/azure-storage/models" WORKER_FOLDER: "/mnt/azure-storage/worker" + ARGS_FOLDER: "/app/args" environmentConfig: - environment: dev volumeMounts: