https://dagster.io/ logo
Title
m

Martin Picard

01/05/2023, 9:43 AM
Hey :dagster: I'm using the helm chart and I want to configure the k8s resources of the rabbitMQ container but I can't as there is no option to pass it unlike the daemon, dagit, etc. Is this in the backlog?
d

daniel

01/05/2023, 3:00 PM
hey Martin - I believe that part of the chart is actually a different rabbitmq helm chart that does have resources - https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml#L657-L678 Are you getting an error when you try to set resources on it?
m

Martin Picard

01/05/2023, 3:24 PM
can you give me an example of a values.yaml that would override the bitnami rabbitmq chart values?
d

daniel

01/05/2023, 3:25 PM
rabbitmq:
  resources:
    xxx
❤️ 1
m

Martin Picard

01/05/2023, 3:27 PM
ah nice, okay I didn't realise it worked like that
thanks
:condagster: 1