feat(k8s/podsync): scale deployment to 1 after data migration

This commit is contained in:
2026-02-28 23:00:59 +02:00
parent 10fe26e993
commit fd58435c16

View File

@@ -4,7 +4,7 @@ metadata:
name: podsync name: podsync
namespace: podsync namespace: podsync
spec: spec:
replicas: 0 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: podsync app: podsync