From a7facce8926c2e47b2f09204d0e4af4a93df9946 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 07:17:49 -0500 Subject: [PATCH] fix: use Recreate strategy for single-replica RWO PVC workloads (gitea, runner) --- gitea/values.yaml | 3 +++ runner/deployment.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/gitea/values.yaml b/gitea/values.yaml index 6efb444..f5a5172 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -89,6 +89,9 @@ ingress: hosts: - git.lunarfront.tech +strategy: + type: Recreate + nodeSelector: role: system diff --git a/runner/deployment.yaml b/runner/deployment.yaml index 78c7197..85a367c 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -5,6 +5,8 @@ metadata: namespace: runner spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: gitea-runner