Skip to content

Commit

Permalink
autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Oct 10, 2024
1 parent ffebc7a commit 98ff92c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions services/daq-blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ blueapi:
nodeSelector:
kubernetes.io/hostname: p45-control.diamond.ac.uk
tolerations:
- key: nodetype
operator: Equal
value: test-rig
effect: NoSchedule
- key: beamline
operator: Equal
value: bl45p
effect: NoSchedule
- key: nodetype
operator: Equal
value: test-rig
effect: NoSchedule
- key: beamline
operator: Equal
value: bl45p
effect: NoSchedule
ingress:
create: true
host: p45-blueapi.diamond.ac.uk
extraEnvVars:
- name: RABBITMQ_PASSWORD
valueFrom:
secretKeyRef:
name: rabbitmq-password
key: rabbitmq-password
- name: RABBITMQ_PASSWORD
valueFrom:
secretKeyRef:
name: rabbitmq-password
key: rabbitmq-password
worker:
env:
sources:
Expand All @@ -49,6 +49,6 @@ blueapi:
scratch:
root: /dls_sw/p45/software/blueapi/scratch
repositories:
- name: dodal
remote_url: https://github.com/DiamondLightSource/dodal.git
- name: dodal
remote_url: https://github.com/DiamondLightSource/dodal.git
scratchHostPath: /dls_sw/p45/software/blueapi/scratch

0 comments on commit 98ff92c

Please sign in to comment.