From aca59a2b22cfdbd5fd6394c9e35b8dbb463881cd Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 4 Sep 2021 00:07:50 +0200 Subject: [PATCH] Remove Recreate requirement from website container It doesn't have any RWO volumes that would require it. --- build/k3s.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/k3s.yaml b/build/k3s.yaml index a05a094..0aa487a 100644 --- a/build/k3s.yaml +++ b/build/k3s.yaml @@ -63,8 +63,6 @@ spec: matchLabels: app: portfolio tier: website - strategy: - type: Recreate template: metadata: namespace: portfolio