We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7d790 commit efd6897Copy full SHA for efd6897
stable/spark-operator/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: spark-operator
3
description: A Helm chart for Spark on Kubernetes operator.
4
-version: 2.0.20
+version: 2.0.21
5
appVersion: 2.2.1
6
keywords:
7
- apache spark
stable/spark-operator/values.yaml
@@ -411,8 +411,9 @@ prometheus:
411
metrics:
412
# -- Specifies whether to enable prometheus metrics scraping.
413
enable: true
414
- # -- Metrics port.
415
- 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)
416
+ port: 28282
417
# -- Metrics port name.
418
portName: metrics
419
# -- Metrics serving endpoint.
0 commit comments