grafana / helm-charts

Apache License 2.0
1.63k stars 2.26k forks source link

[tempo] bug: Service name is different from the Service name specified in StatefulSets #3042

Open tozastation opened 6 months ago

tozastation commented 6 months ago

Problem Detail:

Resolution:

Reference:

dastrobu commented 6 months ago

I think there might be more to this:

https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/:

StatefulSets currently require a Headless Service to be responsible for the network identity of the Pods. You are responsible for creating this Service.

The helm chart is currently not defining a headless service.