chore(forgejo): scale down forgejo for postgres-migration
This commit is contained in:
parent
a92c5d8dc2
commit
f096bba68b
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
replicaCount: 0
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ metadata:
|
|||
name: forgejo
|
||||
namespace: forgejo
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/instance: forgejo
|
||||
|
|
|
|||
Loading…
Reference in a new issue