fix: use Recreate strategy for single-replica RWO PVC workloads (gitea, runner)

This commit is contained in:
Ryan Moon
2026-04-03 07:17:49 -05:00
parent 2af2ceb91c
commit a7facce892
2 changed files with 5 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ ingress:
hosts: hosts:
- git.lunarfront.tech - git.lunarfront.tech
strategy:
type: Recreate
nodeSelector: nodeSelector:
role: system role: system

View File

@@ -5,6 +5,8 @@ metadata:
namespace: runner namespace: runner
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: gitea-runner app: gitea-runner