Skip to content

Commit

Permalink
[Improvement][AMORO-3178]: Change the default configuration of values…
Browse files Browse the repository at this point in the history
….yaml to improve user experience (#3179)

* [Doc]Fix typo in managing-optimizers.md

* [AMORO-3178]Change the default configuration of values.yaml to improve user experience

---------

Co-authored-by: zhaoshuaihua <[email protected]>
Co-authored-by: ZhouJinsong <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2024
1 parent 3e17628 commit 0ffdec2
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 0ffdec2

Please sign in to comment.