feat(rabbitmq): increase replicaCount from 1 to 3 in values configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
74ca886420
commit
5889768ee5
@ -176,7 +176,7 @@ configuration: |-
|
|||||||
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: 3
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user