feat: add deployment strategy. Default is recreate since replica will be 1
This commit is contained in:
parent
7cde4894f3
commit
98e1c3c525
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ image:
|
|||
pullPolicy: IfNotPresent
|
||||
tag: ""
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
service:
|
||||
type: NodePort
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue