This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new dc3ac89453 [KYUUBI #6839] Add example for service monitor in Helm chart
dc3ac89453 is described below

commit dc3ac89453f9dad3229e4bfbb35d88cb0bf33aad
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Dec 5 19:39:17 2024 +0800

    [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 <[email protected]>
    Co-authored-by: zhifanggao <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 charts/kyuubi/values.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/charts/kyuubi/values.yaml b/charts/kyuubi/values.yaml
index 1f35c9ba87..51c6717ec0 100644
--- a/charts/kyuubi/values.yaml
+++ b/charts/kyuubi/values.yaml
@@ -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: {}
 

Reply via email to