chore(forgejo): scale down forgejo for postgres-migration
This commit is contained in:
parent
a92c5d8dc2
commit
f096bba68b
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
replicaCount: 0
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue