We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac3b31 commit 41a36d2Copy full SHA for 41a36d2
values/wire-server/prod-values.example.yaml
@@ -229,8 +229,8 @@ gundeck:
229
# image:
230
# tag: some-tag (only override if you want a newer/different version than what is in the chart)
231
config:
232
- rabbitmq:
233
- host: rabbitmq-external
+ rabbitmq: # Default value for CI, for on-prem deployment, use rabbitmq-external
+ host: rabbitmq
234
cassandra:
235
host: cassandra-external
236
aws:
@@ -334,8 +334,8 @@ federator:
334
background-worker:
335
336
# logLevel: Debug
337
338
339
340
341
# Enable for federation
0 commit comments