upczsh commented on code in PR #3179:
URL: https://github.com/apache/amoro/pull/3179#discussion_r1747016220


##########
charts/amoro/templates/_pod.tpl:
##########
@@ -120,7 +120,7 @@ spark distribution package will be installed to here*/ -}}
 {{- if .Values.plugin.metricReporters }}
 {{- if .Values.plugin.metricReporters.prometheusExporter.enabled }}
 - name: prometheus
-  containerPort: {{ .Values.plugin.metricReporters.prometheusExporter.port }}

Review Comment:
   Thank you @czy006 , is this what you said?
    
   
       prometheusExporter:
   
         name: prometheus-exporter
   
         enabled: true
   
         port: 7001
   
         properties:
   
           port: {{ .Values.plugin.metricReporters.prometheusExporter.port }}
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to