Recreate strategy type.
All checks were successful
ci/woodpecker/push/unifi-controller Pipeline was successful
All checks were successful
ci/woodpecker/push/unifi-controller Pipeline was successful
This commit is contained in:
parent
9a620bae8e
commit
e6ad3e4749
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ metadata:
|
||||||
{{- include "unifi-controller.labels" . | nindent 4 }}
|
{{- include "unifi-controller.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "unifi-controller.selectorLabels" . | nindent 6 }}
|
{{- include "unifi-controller.selectorLabels" . | nindent 6 }}
|
||||||
|
|
Loading…
Reference in a new issue