File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -138,18 +138,18 @@ spec:
138
138
{{ toYaml .Values.tolerations | indent 6 }}
139
139
{{- end }}
140
140
{{- if .Values.jmxExporterJar }}
141
- monitoring :
142
- exposeDriverMetrics : true
143
- exposeExecutorMetrics : true
144
- prometheus :
145
- port : {{ .Values.jmxPort | default 8090 }}
146
- jmxExporterJar : {{ .Values.jmxExporterJar }}
147
- {{- end }}
148
- {{- if .Values.volumes }}
149
- volumes :
150
- {{ toYaml .Values.volumes | indent 3 }}
151
- {{- end }}
152
- {{- if .Values.nodeSelector }}
153
- nodeSelector :
154
- {{ toYaml .Values.nodeSelector | indent 4 }}
155
- {{- end }}
141
+ monitoring :
142
+ exposeDriverMetrics : true
143
+ exposeExecutorMetrics : true
144
+ prometheus :
145
+ port : {{ .Values.jmxPort | default 8090 }}
146
+ jmxExporterJar : {{ .Values.jmxExporterJar }}
147
+ {{- end }}
148
+ {{- if .Values.volumes }}
149
+ volumes :
150
+ {{ toYaml .Values.volumes | indent 3 }}
151
+ {{- end }}
152
+ {{- if .Values.nodeSelector }}
153
+ nodeSelector :
154
+ {{ toYaml .Values.nodeSelector | indent 4 }}
155
+ {{- end }}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ executor:
19
19
coreLimit : 1
20
20
instances : 1
21
21
memory : " 512m"
22
+ jmxExporterJar : " /prometheus/jmx_prometheus_javaagent-0.11.0.jar"
22
23
sparkConf :
23
24
spark.executor.logs.rolling.maxRetainedFiles : 0
24
25
spark.executor.logs.rolling.maxSize : 104857600
You can’t perform that action at this time.
0 commit comments