Orange-OpenSource / towards5gs-helm

Helm charts for deploying 5G network services on Kubernetes
Other
166 stars 130 forks source link

Add a sidecar container to NFs #65

Closed hinddeep closed 1 year ago

hinddeep commented 1 year ago

I have created a sidecar container image. I want to run this image as a sidecar container in NFs such as amf. How can I modify AMF's chart to add my sidecar container?

raoufkh commented 1 year ago

This is not possible by modifying only the values.yaml file. You have to add your containers in the NF-deployment.yaml file in each Helm chart.

hinddeep commented 1 year ago

okay, thank you for the information.