diff --git a/services/daq-blueapi/Chart.yaml b/services/daq-blueapi/Chart.yaml index f7705d0..a166954 100644 --- a/services/daq-blueapi/Chart.yaml +++ b/services/daq-blueapi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: daq-blueapi description: blueapi -version: 0.4.5-a3 +version: 0.6.0 # When we deploy with the edge-containers-cli we override this on the command line. # Direct deployment with Helm will use the default beta value. @@ -12,5 +12,5 @@ type: application dependencies: - name: blueapi - version: "0.4.5-a3" + version: "0.6.0" repository: "oci://ghcr.io/diamondlightsource/charts" diff --git a/services/daq-blueapi/values.yaml b/services/daq-blueapi/values.yaml index a7cbba2..51de6a3 100644 --- a/services/daq-blueapi/values.yaml +++ b/services/daq-blueapi/values.yaml @@ -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: @@ -44,11 +44,15 @@ blueapi: stomp: auth: username: p45 - passcode: ${RABBITMQ_PASSWORD} + password: ${RABBITMQ_PASSWORD} host: p45-rabbitmq-daq.diamond.ac.uk scratch: root: /dls_sw/p45/software/blueapi/scratch + + initContainer: + 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