fix(forgejo): Increase dragonfly RAM
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
forgejo:
|
||||
enabled: true
|
||||
autosync: false
|
||||
backup: true
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
forgejo:
|
||||
enabled: false
|
||||
backup: false
|
||||
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
|
||||
env: {{ .Environment.Name }}
|
||||
|
||||
@@ -8,7 +8,6 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
Reference in New Issue
Block a user