[KYUUBI #6839] Add example for service monitor in Helm chart

### Why are the changes needed?

Adding  an example to `servicemonitor` in values.yaml to improve the usability .

### How was this patch tested?

execute command `helm install kyuubi-test .`
check the servicemonitor after deployment

### Was this patch authored or co-authored using generative AI tooling?

No

Closes #6839 from zhifanggao/add_default_endpoints.

Closes #6839

59aac4142 [Cheng Pan] Update charts/kyuubi/values.yaml
869f45e79 [zhifanggao] include the key itself

Lead-authored-by: Cheng Pan <pan3793@gmail.com>
Co-authored-by: zhifanggao <28681649@qq.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2024-12-05 19:39:17 +08:00 committed by Cheng Pan
parent 3167692732
commit dc3ac89453
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -289,6 +289,8 @@ metrics:
enabled: false
# List of service endpoints serving metrics to be scraped by Prometheus, see Prometheus Operator docs for more details
endpoints: []
# endpoints:
# - port: prometheus
# Additional labels to be used to make ServiceMonitor discovered by Prometheus
labels: {}