Skip to content

Commit

Permalink
Explicitly define the FQDN hostname for stream queues
Browse files Browse the repository at this point in the history
Otherwise they will use the system hostname which is the first part of
the FQDN. More info:
https://github.com/rabbitmq/rabbitmq-website/blob/stream-queue/site/stream.md#advertised-host-port

re https://github.com/rabbitmq/rabbitmq-server/issues/2486

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
  • Loading branch information
gerhard committed Oct 29, 2020
1 parent cf5d19e commit a29d04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion s01/e07/k8s/rabbitmq/stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ spec:
persistence:
storage: 10Gi
rabbitmq:
additionalConfig:
additionalConfig: |-
total_memory_available_override_value = 2GiB
stream.advertised_host = stream-rabbitmq-server-0.stream-rabbitmq-headless.default
additionalPlugins:
- rabbitmq_stream
override:
Expand Down

0 comments on commit a29d04f

Please sign in to comment.