Skip to content

Commit b5737e8

Browse files
[helm-docs] Update readme
1 parent 4dfb78f commit b5737e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

helm/spark-history-web-proxy/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ helm install my-release oci://quay.io/okdp/charts/spark-history-web-proxy --vers
6666
| configuration.logging.format | string | `"console"` | |
6767
| configuration.logging.level | string | `"debug"` | |
6868
| configuration.proxy.listenAddress | string | `"0.0.0.0"` | Specify the Proxy listen address. |
69-
| configuration.proxy.mode | string | `"debug"` | Specify the Server Mode. One of `debug`, `release` or `test`. |
69+
| configuration.proxy.mode | string | `"release"` | Specify the Server Mode. One of `debug`, `release` or `test`. |
7070
| configuration.proxy.port | int | `4040` | Specify the Proxy listen port. |
7171
| configuration.security.cors.allowCredentials | bool | `false` | Determine whether cookies and authentication credentials should be included in cross-origin requests. |
7272
| configuration.security.cors.allowedHeaders | list | `["Origin","Accept","Authorization","Content-Length","Content-Type"]` | List the headers that clients are allowed to include in requests. |
@@ -79,7 +79,6 @@ helm install my-release oci://quay.io/okdp/charts/spark-history-web-proxy --vers
7979
| configuration.spark.history.scheme | string | `"http"` | Specify the Spark History listen address scheme. |
8080
| configuration.spark.history.service | string | `nil` | Specify the Spark History listen kubernetes service name. |
8181
| configuration.spark.jobNamespaces | list | `["default"]` | List of namespaces where the spark jobs run. If empty, all namespaces will be allowed. |
82-
| configuration.spark.ui.port | int | `4040` | Same as spark.ui.port |
8382
| configuration.spark.ui.proxyBase | string | `"/sparkui"` | When the proxyBase is set to a value other than `/proxy`, disable the property `spark.ui.reverseProxy=false` in your Spark job configuration if already set. |
8483
| fullnameOverride | string | `""` | Overrides the release name. |
8584
| image.pullPolicy | string | `"Always"` | Image pull policy. |

0 commit comments

Comments
 (0)