Skip to content

Commit

Permalink
[AMORO-3178]Change the default configuration of values.yaml to improv…
Browse files Browse the repository at this point in the history
…e user experience
  • Loading branch information
zhaoshuaihua committed Sep 6, 2024
1 parent 48e3645 commit 78a4b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/amoro/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
containerPort: {{ .Values.plugin.metricReporters.prometheusExporter.properties.port }}
{{- end -}}
{{- end -}}
{{- end -}}
Expand Down
8 changes: 4 additions & 4 deletions charts/amoro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ plugin:
# ## @param Enable or disable the Prometheus exporter
# ##
# enabled: true
# ## @param Prometheus port
# ##
# port: 7001
# ## @param Properties for the Prometheus exporter
# ##
# properties: ~
# properties:
# ## @param Prometheus port
# ##
# port: 7001

## Configure the ingress resource that allows you to access the
## Amoro installation. Set up the URL
Expand Down

0 comments on commit 78a4b8a

Please sign in to comment.