Skip to content

Commit

Permalink
Fix zeppelin podmonitor port (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
FraBle authored Jul 29, 2021
1 parent 4c7812c commit ba8e553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/zeppelin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: zeppelin
description: Apache Zeppelin Helm chart for custom integration with Apache Spark
type: application
version: 0.1.3
version: 0.1.4
appVersion: "0.9.0"
home: http://zeppelin.apache.org/
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/zeppelin/templates/podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: {{ include "zeppelin.fullname" . }}-zeppelin
name: {{ include "zeppelin.fullname" . }}-zeppelin-spark
{{- if .Values.metrics.podMonitor.namespace }}
namespace: {{ .Values.metrics.podMonitor.namespace }}
{{- else }}
Expand All @@ -13,7 +13,7 @@ metadata:
app.kubernetes.io/component: metrics
spec:
podMetricsEndpoints:
- port: {{ .Values.sparkInterpreter.spark.webui.port | quote }}
- port: spark-ui
path: /metrics/executors/prometheus/
{{- if .Values.metrics.podMonitor.interval }}
interval: {{ .Values.metrics.podMonitor.interval }}
Expand Down

0 comments on commit ba8e553

Please sign in to comment.