Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator.
version: 2.0.20
version: 2.0.21
appVersion: 2.2.1
keywords:
- apache spark
Expand Down
5 changes: 3 additions & 2 deletions stable/spark-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,9 @@ prometheus:
metrics:
# -- Specifies whether to enable prometheus metrics scraping.
enable: true
# -- Metrics port.
port: 8080
# -- Metrics port. Use a high port to avoid collisions
# -- e.g. GKE reserves 8080 for node-local-dns when hostNetwork is used (IG-25049)
port: 28282
# -- Metrics port name.
portName: metrics
# -- Metrics serving endpoint.
Expand Down