Gradiant / 5g-charts

Helm charts for 5G Technologies
Apache License 2.0
123 stars 49 forks source link

Expose Sidecar as a Service #199

Open WardaChafika opened 4 days ago

WardaChafika commented 4 days ago

I managed to add a sidecar to UPF. Now, I would like to expose the sidecar as an external service (using LoadBalancer or NodePort). I added the following to 5gSA-values.yaml file, but the service is not created:

upf: ... containerPorts: sidecaragent: 8005 services: sidecaragent: type: LoadBalancer ports: sidecaragent: 8005 nodePorts: sidecaragent: 30301

What am I missing? Could you please provide details on steps to follow to allow exposing the sidecar as a service?