fix: enable disk free limit in RabbitMQ configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
5e7071c86b
commit
d332e27f46
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user