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

Commit

Permalink
Testing a theory
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Feb 20, 2024
1 parent 394ea91 commit f42cbe9
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions ops/dev-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ extraEnvVars: &envVars
value: http://fcrepo.default.svc.cluster.local:8080/rest
- name: AUXILIARY_QUEUE_PRIORITY
value: "100"
- name: GOOD_JOB_QUEUES
value: "-auxiliary"
- name: IN_DOCKER
value: "true"
- name: LD_LIBRARY_PATH
Expand Down Expand Up @@ -228,13 +230,25 @@ worker:
fsGroupChangePolicy: "OnRootMismatch"
extraVolumeMounts: *volMounts
extraEnvVars: *envVars
extraDeployEnvVars:
- 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.
workerAuxiliary:
replicaCount: 1
resources:
requests:
memory: "4Gi"
cpu: "1000m"
limits:
memory: "4Gi"
cpu: "2000m"
podSecurityContext:
runAsUser: 1001
runAsGroup: 101
fsGroup: 101
fsGroupChangePolicy: "OnRootMismatch"
extraVolumeMounts: *volMounts
extraEnvVars: *envVars
extraDeployEnvVars:
- name: GOOD_JOB_QUEUES
value: "*"
Expand Down

0 comments on commit f42cbe9

Please sign in to comment.