feat(rabbitmq): increase replicaCount from 1 to 3 in values configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 04:26:35 +08:00
parent 74ca886420
commit 5889768ee5

View File

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