You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spec.serviceName in prometheus and prometheusAgent CRDs is quite a new feature just introduced in release 0.80.0. A KPS release with appVersion and CRDs of 0.80.0 has not been made as yet - this should be the first thing to do before providing support for custom serviceName.
Describe the bug a clear and concise description of what the bug is.
On the Prometheus and PrometheusAgent CRs we are missing the serviceName spec which allows to define the service name used by Prometheus Statefulset
Setting it to {{ template "kube-prometheus-stack.fullname" . }}-prometheus will avoid the creation of the operated prometheus service
https://prometheus-operator.dev/docs/api-reference/api/#monitoring.coreos.com/v1.PrometheusSpec see serviceName
What's your helm version?
version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}
What's your kubectl version?
Client Version: v1.30.8 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.30.8
Which chart?
kube-prometheus-stack
What's the chart version?
68.4.5
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: