Skip to content

Commit c907df7

Browse files
authored
LINODE: add management path prefix
1 parent bc0b0c6 commit c907df7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

deployment/chart/values.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)