fix: enable disk free limit in RabbitMQ configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-08 16:17:18 +08:00
parent 5e7071c86b
commit d332e27f46

View File

@ -183,7 +183,7 @@ configuration: |-
{{- end }} {{- end }}
extraConfiguration: |- extraConfiguration: |-
#default_vhost = {{ .Release.Namespace }}-vhost #default_vhost = {{ .Release.Namespace }}-vhost
#disk_free_limit.absolute = 50MB disk_free_limit.absolute = 50MB
replicaCount: 1 replicaCount: 1
updateStrategy: updateStrategy:
type: RollingUpdate type: RollingUpdate