Open WardaChafika opened 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?
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?