feat: add deployment strategy. Default is recreate since replica will be 1

This commit is contained in:
Tommy 2024-07-30 11:15:58 +02:00
parent 7cde4894f3
commit 98e1c3c525
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -19,6 +19,9 @@ image:
pullPolicy: IfNotPresent
tag: ""
strategy:
type: Recreate
service:
type: NodePort
ports: