diff --git a/values.yaml b/values.yaml index df3e8d4..cd047ca 100644 --- a/values.yaml +++ b/values.yaml @@ -231,13 +231,13 @@ global: # - The runtime name is used by the worker bootstrap to resolve plugins and task queues. # - Keep runtime names in sync with the plugin-store runtime names. runtimes: - - name: "basic" + basic: replicas: 1 - - name: "single" + single: replicas: 1 env: - name: "GITHUB_BRANCH" - value: "feature/SIENTIAPDE-1646-legacy-laborious-worker" + value: "main" # ----------------------------------------------------------------------------- # Chart-level configuration (applies to all runtimes) @@ -311,3 +311,5 @@ ssh: # --namespace sientia \ # --from-file=ssh-privatekey=git_key \ # --type=kubernetes.io/ssh-auth + +# helm upgrade --install sientia-laborious-worker /home/grezewave/Documents/projects/sientia/sientia-core-applications/sientia-module -n sientia --create-namespace -f ./values.yaml \ No newline at end of file