Is your feature request related to a problem? Please describe.
enabled service links in the deployment lead to performance issues / pod startup times in the Kubernetes cluster.
Describe the solution you'd like
For the OpenSearch chart, there is already a solution. enableServiceLinks can be disabled in the values.yaml. I suggest adding this to the deployment in OpenSearch-Dashboards as well
Describe alternatives you've considered
Currently we disable it by running kubectl patch after installing/upgrading the chart.
Additional context
Add any other context or screenshots about the feature request here.