Skip to content

Commit

Permalink
Merge "Ability to configure ssl for rabbit"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Morrison authored and Gerrit Code Review committed Dec 4, 2024
2 parents 8328dfa + 8d70d8b commit 06c10f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/_varroa-conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ connection={{ .Values.conf.database.connection }}
{{- end }}

[oslo_messaging_rabbit]
{{- if .Values.conf.oslo_messaging_rabbit.ssl }}
ssl=True
{{- end }}
rabbit_quorum_queue=true
rabbit_transient_quorum_queue=true
rabbit_stream_fanout=true
Expand Down
2 changes: 2 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ conf:
endpoint_id:
region_name:
memcached_servers: []
oslo_messaging_rabbit:
ssl: true
database:
connection:
vault:
Expand Down

0 comments on commit 06c10f2

Please sign in to comment.