Commit c95a8c0
[SPARK-53159] Declare metrics port for operator in helm chart
### What changes were proposed in this pull request?
Spark Operator provides prometheus format metrics by default. This PR adds metrics port spec to the operator helm chart.
### Why are the changes needed?
Declaring the port in spec for better clarity and maintainability.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CIs, helm lint, and local testing
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #294 from jiangzho/metrics.
Authored-by: Zhou JIANG <[email protected]>
Signed-off-by: Peter Toth <[email protected]>1 parent 1ed8ce2 commit c95a8c0
File tree
3 files changed
+12
-0
lines changed- build-tools/helm/spark-kubernetes-operator
- templates
3 files changed
+12
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments