Open
Conversation
anish-mudaraddi
requested changes
Apr 13, 2026
| @@ -1,15 +1,14 @@ | |||
|
|
|||
| stfc-cloud-rabbit-consumer: | |||
| replicaCount: 1 | |||
Collaborator
There was a problem hiding this comment.
its already set to 1 - https://github.com/stfc/cloud-helm-charts/blob/main/charts/stfc-cloud-rabbit-consumer/values.yaml
you might need to change this file to reflect: https://github.com/stfc/cloud-helm-charts/blob/main/charts/stfc-cloud-rabbit-consumer/dev-values.yaml - which we seem to have not done
stfc-cloud-rabbit-consumer:
consumer:
logLevel: INFO
image:
repository: rabbit-consumer
tag: local
# This allows us to build the image locally and use it in the chart
pullPolicy: Never
aquilon:
defaultPrefix: vm-openstack-Dev-
rabbitmq:
host: dev-openstack.stfc.ac.uk
openstack:
authUrl: https://dev-openstack.stfc.ac.uk:5000/v3
computeUrl: https://dev-openstack.stfc.ac.uk:8774/v2.1
projectId: c9aee696c4b54f12a645af2c951327dc
kerberosSidecar:
principle: "HTTP/dev-service1.nubes.rl.ac.uk"
Collaborator
Author
There was a problem hiding this comment.
Looking at the chart in staging/rabbit-consumer/chart.yml it's still pulling in as stfc-cloud-rabbit-consumer unless we need to match the name in the child of this chart?
I'll drop the 1 from both staging and prod to unify them on that then
d364674 to
6c90b78
Compare
Unifies the staging values and prod by dropping the replica count of prod (to use the upstream default similar to staging), and re-order the files to make diff between them easier to see
6c90b78 to
704cb8c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
The container is not starting, I suspect this is because the replica count isn't set properly, but to start any further troubleshooting match these values to a known working copyAdjust the layout to match our prod and staging values to make a diff easier too
Submitter:
Have you:
bug,deployment,enhancement...etc.deploymentcan be reviewed, and merged, by a single reviewer.Reviewer
Have you: