fix: reduce forgejo replicas to 1 (ReadWriteOnce PVC constraint)
This commit is contained in:
parent
6678e863de
commit
ed7875a4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: forgejo
|
name: forgejo
|
||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: forgejo
|
app: forgejo
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue