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