mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(flux): Recreate deployment strategy
This commit is contained in:
@@ -217,17 +217,16 @@ spec:
|
||||
path: /spec/template/spec/tolerations
|
||||
value:
|
||||
- operator: Exists
|
||||
target:
|
||||
kind: Deployment
|
||||
- patch: |
|
||||
- op: replace
|
||||
path: /spec/strategy
|
||||
value:
|
||||
type: Recreate # avoid new pods stuck on CrashLoop because localhost is already binded
|
||||
rollingUpdate: {}
|
||||
- op: add
|
||||
path: /spec/strategy
|
||||
value:
|
||||
type: Recreate # avoid new pods stuck on CrashLoop because localhost is already binded
|
||||
target:
|
||||
kind: Deployment
|
||||
name: "(kustomize-controller|helm-controller|notification-controller)"
|
||||
# Increase the number of reconciliations that can be performed in parallel and bump the resources limits
|
||||
# https://fluxcd.io/flux/cheatsheets/bootstrap/#increase-the-number-of-workers
|
||||
- patch: |
|
||||
|
||||
Reference in New Issue
Block a user