set resources for prod and format file
This commit is contained in:
parent
b89e215b35
commit
d8ba9130fb
2 changed files with 16 additions and 9 deletions
|
|
@ -32,3 +32,10 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: portal-storage-creds
|
name: portal-storage-creds
|
||||||
key: AWS_SECRET_ACCESS_KEY
|
key: AWS_SECRET_ACCESS_KEY
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 2
|
||||||
|
memory: 2Gi
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 512Mi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue