Changing size of a solace kubernetes deployment

Options
lstott
lstott Member Posts: 1

Hi all,

I'm relatively new to Solace on Kubernetes.

We currently have a standalone deployment running in an Azure kubernetes cluster. Its the default prod100 size and uses persisted volumes. Its deployed via helm.

Recently we hit the size limit of 100 as the number of users connecting increased.

I figured out that we need to redeploy via helm with a size change to prod1k.

Before i do this in production, i need to be sure i won't lose any data.

If i simply update my helm chart with prod1k size and run an helm upgrade/install, will it rebuild the existing pubsubplus pod as a prod1k size and keep the existing data on the persisted volume? or do i need to do something else like attaching to a pre-existing persistent volume?

Thanks in advance,

Regards,

Les