You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add pprof support to the operator Controller Manager
Signed-off-by: ImpSy <3097030+ImpSy@users.noreply.github.com>
* add pprof support to helm chart
Signed-off-by: ImpSy <3097030+ImpSy@users.noreply.github.com>
---------
Signed-off-by: ImpSy <3097030+ImpSy@users.noreply.github.com>
(cherry picked from commit 75b9266)
Signed-off-by: Yi Chen <github@chenyicn.net>
Copy file name to clipboardexpand all lines: charts/spark-operator-chart/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,9 @@ See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall) for command docum
114
114
| controller.sidecars | list |`[]`| Sidecar containers for controller pods. |
115
115
| controller.podDisruptionBudget.enable | bool |`false`| Specifies whether to create pod disruption budget for controller. Ref: [Specifying a Disruption Budget for your Application](https://kubernetes.io/docs/tasks/run-application/configure-pdb/)|
116
116
| controller.podDisruptionBudget.minAvailable | int |`1`| The number of pods that must be available. Require `controller.replicas` to be greater than 1 |
0 commit comments