Skip to content

Commit ab6707a

Browse files
committed
fix rabbitmq reference and add a missing one to gundeck
1 parent 88dd7f3 commit ab6707a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ galley:
163163
cassandra:
164164
host: cassandra-external
165165
rabbitmq:
166-
host: rabbitmq # name of the rabbitmq service, either `rabbitmq-external` or `rabbitmq`
166+
host: rabbitmq-external # name of the rabbitmq service, either `rabbitmq-external` or `rabbitmq`
167167
postgresql:
168168
host: postgresql-external-rw # DNS name without protocol
169169
port: "5432"
@@ -197,6 +197,8 @@ gundeck:
197197
# image:
198198
# tag: some-tag (only override if you want a newer/different version than what is in the chart)
199199
config:
200+
rabbitmq:
201+
host: rabbitmq-external
200202
cassandra:
201203
host: cassandra-external
202204
aws:

0 commit comments

Comments
 (0)