Skip to content

Commit

Permalink
Reduce initial capacity so scaling triggers pod update (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric authored Jun 27, 2023
1 parent 0a54c3a commit 9d9bf31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkg-example-smf-bp/capacity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ metadata:
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.SMFDeployment.smf-example
specializer.nephio.org/namespace: example
spec:
maxSessions: 10000
maxSessions: 500
maxNFConnections: 5
4 changes: 2 additions & 2 deletions pkg-example-upf-bp/capacity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ metadata:
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.UPFDeployment.upf-example
specializer.nephio.org/namespace: example
spec:
maxUplinkThroughput: 10G
maxDownlinkThroughput: 10G
maxUplinkThroughput: 5G
maxDownlinkThroughput: 5G

0 comments on commit 9d9bf31

Please sign in to comment.