fix(gitea): correct memory resources change from ce0f243
This commit is contained in:
parent
0644e41a8f
commit
60f8f742a5
@ -91,10 +91,10 @@ spec:
|
||||
key: admin-password
|
||||
resources:
|
||||
requests:
|
||||
memory: 256Mi
|
||||
memory: 128Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 786Mi
|
||||
memory: 256Mi
|
||||
cpu: 1500m
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
@ -143,10 +143,10 @@ spec:
|
||||
name: data
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
cpu: 1500m
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
|
Loading…
x
Reference in New Issue
Block a user