Rolling update not implementing properly

Hi Team,

We have deployed temporal using official git repo. it is working fine except rolling update. it is not applied completely so there by getting down time for minimal time.

Please find the configuration of existing temporal and suggest. And what is the better approach to follow the deployment process.

strategy:

type: RollingUpdate

rollingUpdate:

maxSurge: 1 # Max number of pods that can be created above the desired number of pods

maxUnavailable: 1

if this is not the right place to ask, then please re-direct me, Your response is greatly appreciated.

Regards,

Nagendra