gitea-runner: add strategy

This commit is contained in:
2025-03-13 11:41:46 -04:00
parent a1bffc041c
commit 88c7d53970

View File

@@ -1,11 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: gitea-runner
name: gitea-runner
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: gitea-runner