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
|
key: admin-password
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 256Mi
|
memory: 128Mi
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
limits:
|
limits:
|
||||||
memory: 786Mi
|
memory: 256Mi
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
@ -143,10 +143,10 @@ spec:
|
|||||||
name: data
|
name: data
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
limits:
|
limits:
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user