Skip to content

Commit

Permalink
Increased bessd container memory to 2Gi (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Marikkannu, Suresh <[email protected]>
  • Loading branch information
sureshmarikkannu authored Aug 2, 2024
1 parent 08f57f7 commit 5d39e09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bess-upf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: OMEC user plane based on BESS
name: bess-upf
icon: https://guide.opencord.org/logos/cord.svg

version: 1.0.4
version: 1.0.5
4 changes: 2 additions & 2 deletions bess-upf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ resources:
bess:
requests:
cpu: 2
memory: 1Gi
memory: 2Gi
limits:
cpu: 2
memory: 1Gi
memory: 2Gi
routectl:
requests:
cpu: 256m
Expand Down
4 changes: 2 additions & 2 deletions sdcore-helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: sd-core
description: SD-Core control plane services
icon: https://guide.opencord.org/logos/cord.svg
type: application
version: 1.0.8
version: 1.0.9
home: https://opennetworking.org/sd-core/
maintainers:
- name: SD-Core Support
Expand All @@ -33,7 +33,7 @@ dependencies:
condition: 5g-control-plane.enable5G

- name: bess-upf
version: 1.0.4
version: 1.0.5
repository: "file://../bess-upf"
alias: omec-user-plane
condition: omec-user-plane.enable
Expand Down

0 comments on commit 5d39e09

Please sign in to comment.