fix: use Recreate strategy for single-replica RWO PVC workloads (gitea, runner)
This commit is contained in:
@@ -89,6 +89,9 @@ ingress:
|
||||
hosts:
|
||||
- git.lunarfront.tech
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
nodeSelector:
|
||||
role: system
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ metadata:
|
||||
namespace: runner
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: gitea-runner
|
||||
|
||||
Reference in New Issue
Block a user