Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
set GOOD_JOB_QUEUES on each worker specifically
Browse files Browse the repository at this point in the history
This resolves the "duplicate name" warning when deploying. However, it
may remove all other ENV vars from the base worker, so this change may
not stick around
  • Loading branch information
bkiahstroud committed Feb 9, 2024
1 parent 5f55100 commit f1e57ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops/dev-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ extraEnvVars: &envVars
value: /rest
- name: FEDORA_URL
value: http://fcrepo.default.svc.cluster.local:8080/rest
- name: GOOD_JOB_QUEUES
value: -auxiliary
- name: AUXILIARY_QUEUE_PRIORITY
value: "100"
- name: IN_DOCKER
Expand Down Expand Up @@ -229,7 +227,9 @@ worker:
fsGroup: 101
fsGroupChangePolicy: "OnRootMismatch"
extraVolumeMounts: *volMounts
extraEnvVars: *envVars
extraEnvVars:
- name: GOOD_JOB_QUEUES
value: -auxiliary

# When adding/removing key-value pairs to this block, ensure the
# corresponding changes are made in the `extraDeploy` block below.
Expand Down

0 comments on commit f1e57ff

Please sign in to comment.