Gradiant / 5g-charts

Helm charts for 5G Technologies
Apache License 2.0
110 stars 43 forks source link

Ser resource limits when deploying the chart #105

Closed tywofxd closed 1 year ago

tywofxd commented 1 year ago

Hi! Thanks for such a great 5g chart! Following your tutorial, I can successfully deploy the k8s 5g and test its performance. I have an extra need to set the resource limits that can be used by each pod. Could you please give me some suggestions on how to add these resource parameters when deploying the charts using value.yaml? Thanks a lot!

tywofxd commented 1 year ago

I find the solution myself. Just add

resources: limits: cpu: 100m memory: 128Mi

for the target NF in the value.yaml.