fix(gitea): increase memory resources
This commit is contained in:
parent
a940857075
commit
ce0f243768
|
@ -91,10 +91,10 @@ spec:
|
|||
key: admin-password
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: 786Mi
|
||||
cpu: 1500m
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
|
|
Loading…
Reference in New Issue