Skip to content

Commit

Permalink
MAINT: Specify host directly
Browse files Browse the repository at this point in the history
Specify a Rabbit host directly, since trying to connect to multiple
hosts isn't working

We'll address this in a future commit since the foundation is in place
  • Loading branch information
DavidFair committed Jul 2, 2024
1 parent a9acf60 commit 94117d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/rabbit-consumer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.6.1
version: 1.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.3.7"
appVersion: "v3.0.0"
2 changes: 1 addition & 1 deletion charts/rabbit-consumer/prod-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ consumer:
defaultPrefix: vm-openstack-Prod-

rabbitmq:
host: openstack.stfc.ac.uk
host: hv747.nubes.rl.ac.uk

openstack:
authUrl: https://openstack.stfc.ac.uk:5000/v3
Expand Down

0 comments on commit 94117d4

Please sign in to comment.