cancel
Showing results for 
Search instead for 
Did you mean: 
iekozlov
Cadet
Cadet
  • 634 Views

Limit resources for deployment

Hi,

I have a running project, which has yaml under the Administrator > Deployments > project

I'd like to limit the resources for the deployment.

Is it okay if I just modify the yaml of the project's deployment

from 

resources: {}

to

resources:
limits:
cpu: '1'
memory: 1Gi
requests:
cpu: 100m
memory: 1Gi
and then rebuild it?
Labels (1)
0 Kudos
0 Replies
Join the discussion
You must log in to join this conversation.