mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Increase transtats resource limits for now
This commit is contained in:
@@ -58,9 +58,14 @@ spec:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8080
|
||||
# TODO: re-evaluate these limits once we know how much memory is actually needed
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 1024Mi
|
||||
limits:
|
||||
memory: 384Mi
|
||||
cpu: 2000m
|
||||
memory: 2048Mi
|
||||
triggers:
|
||||
- type: ImageChange
|
||||
imageChangeParams:
|
||||
|
||||
Reference in New Issue
Block a user