This is an automated email from the ASF dual-hosted git repository.
chenyulin0719 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 82f75c0e55 [YUNIKORN-2626] Add flag to helm chart to disable web
container (#436)
82f75c0e55 is described below
commit 82f75c0e55fc42c934083834329063e98b48c7d8
Author: Tzu-Hua Lan <[email protected]>
AuthorDate: Sat Jun 22 10:24:59 2024 +0800
[YUNIKORN-2626] Add flag to helm chart to disable web container (#436)
Closes: #436
Signed-off-by: Yu-Lin Chen <[email protected]>
---
docs/user_guide/service_config.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/user_guide/service_config.md
b/docs/user_guide/service_config.md
index 5416344999..eb14bb369f 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -368,6 +368,15 @@ Example:
```yaml
enableSchedulerPlugin: true
```
+#### enableWebService
+Controls whether to enable the YuniKorn Web UI service.
+
+Default: `true`
+
+Example:
+```yaml
+enableWebService: false
+```
### YuniKorn defaults
#### yunikornDefaults
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]