We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dd7f3 commit ab6707aCopy full SHA for ab6707a
values/wire-server/prod-values.example.yaml
@@ -163,7 +163,7 @@ galley:
163
cassandra:
164
host: cassandra-external
165
rabbitmq:
166
- host: rabbitmq # name of the rabbitmq service, either `rabbitmq-external` or `rabbitmq`
+ host: rabbitmq-external # name of the rabbitmq service, either `rabbitmq-external` or `rabbitmq`
167
postgresql:
168
host: postgresql-external-rw # DNS name without protocol
169
port: "5432"
@@ -197,6 +197,8 @@ gundeck:
197
# image:
198
# tag: some-tag (only override if you want a newer/different version than what is in the chart)
199
config:
200
+ rabbitmq:
201
+ host: rabbitmq-external
202
203
204
aws:
0 commit comments