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
|
||||
namespace: forgejo
|
||||
spec:
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: forgejo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue