File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,21 @@ intersect:
9494 memory : " 4Gi"
9595 # cpu: "16"
9696 # ephemeral-storage: "4Gi"
97+ # need to override extraConfiguration because we need to set a management path prefix
98+ extraConfiguration : |-
99+ default_vhost = /
100+ {{- if .Values.resources.limits.storage }}
101+ disk_free_limit.absolute = {{ .Values.resources.limits.storage }}
102+ {{- else }}
103+ disk_free_limit.relative = 0.4
104+ {{- end }}
105+ {{- if .Values.resources.requests.cpu }}
106+ delegate_count = {{ .Values.resources.requests.cpu }}
107+ {{- end }}
108+ mqtt.max_session_expiry_interval_seconds = infinity
109+ # set this to the maximum allowed by rabbitmq - https://www.rabbitmq.com/docs/configure#config-items
110+ max_message_size = 536870912
111+ management.path_prefix = /messages
97112
98113 intersect-storage-1 :
99114 # we shouldn't need MINIO for this deployment
You can’t perform that action at this time.
0 commit comments