ci: increase memory requests and limits for PostgreSQL HA in Gitea values
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
f415b83a85
commit
25a977e0ee
@ -691,10 +691,10 @@ postgresql-ha:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
service:
|
||||
ports:
|
||||
postgresql: 5432
|
||||
|
||||
Loading…
Reference in New Issue
Block a user