chore(forgejo): scale down forgejo for postgres-migration

This commit is contained in:
Felix Wolf 2026-04-03 16:28:14 +02:00
parent a92c5d8dc2
commit f096bba68b
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,6 @@
--- ---
replicaCount: 0
strategy: strategy:
type: Recreate type: Recreate

View file

@ -14,7 +14,7 @@ metadata:
name: forgejo name: forgejo
namespace: forgejo namespace: forgejo
spec: spec:
replicas: 1 replicas: 0
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/instance: forgejo app.kubernetes.io/instance: forgejo