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 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
labels:
app: gitea-runner
name: gitea-runner name: gitea-runner
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: gitea-runner app: gitea-runner