File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ cluster_formation.k8s.address_type = hostname
33
33
cluster_formation.node_cleanup.interval = 30
34
34
cluster_formation.node_cleanup.only_log_warning = true
35
35
cluster_partition_handling = pause_minority
36
- queue_master_locator = min-masters`
36
+ queue_master_locator = min-masters
37
+ disk_free_limit.absolute = 2GB`
37
38
38
39
defaultTLSConf = `
39
40
ssl_options.certfile = /etc/rabbitmq-tls/tls.crt
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ cluster_formation.node_cleanup.interval = 30
96
96
cluster_formation.node_cleanup.only_log_warning = true
97
97
cluster_partition_handling = pause_minority
98
98
queue_master_locator = min-masters
99
+ disk_free_limit.absolute = 2GB
99
100
cluster_name = ` + builder .Instance .Name + "\n "
100
101
Expect (configMapBuilder .Update (configMap )).To (Succeed ())
101
102
Expect (configMap .Data ).To (HaveKeyWithValue ("rabbitmq.conf" , defaultRabbitmqConf ))
@@ -117,6 +118,7 @@ cluster_formation.node_cleanup.interval = 30
117
118
cluster_formation.node_cleanup.only_log_warning = true
118
119
cluster_partition_handling = pause_minority
119
120
queue_master_locator = min-masters
121
+ disk_free_limit.absolute = 2GB
120
122
cluster_name = ` + builder .Instance .Name + `
121
123
my-config-property-0 = great-value
122
124
my-config-property-1 = better-value
You can’t perform that action at this time.
0 commit comments