Skip to content

Commit 41a36d2

Browse files
committed
fix: bad rabbitmq references, crashing CI
1 parent 2ac3b31 commit 41a36d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

values/wire-server/prod-values.example.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ gundeck:
229229
# image:
230230
# tag: some-tag (only override if you want a newer/different version than what is in the chart)
231231
config:
232-
rabbitmq:
233-
host: rabbitmq-external
232+
rabbitmq: # Default value for CI, for on-prem deployment, use rabbitmq-external
233+
host: rabbitmq
234234
cassandra:
235235
host: cassandra-external
236236
aws:
@@ -334,8 +334,8 @@ federator:
334334
background-worker:
335335
config:
336336
# logLevel: Debug
337-
rabbitmq:
338-
host: rabbitmq-external
337+
rabbitmq: # Default value for CI, for on-prem deployment, use rabbitmq-external
338+
host: rabbitmq
339339
cassandra:
340340
host: cassandra-external
341341
# Enable for federation

0 commit comments

Comments
 (0)