Skip to content

Commit

Permalink
doc: add describe of custom domain (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: ChenLong Ma <[email protected]>
  • Loading branch information
owlet42 authored Jan 22, 2021
1 parent c09bb5f commit 931b951
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/configurations/FATE_cluster_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
| * persistence | bool | mysql and nodemanager data persistence. |
| * modules | sequences | Modules to be deployed in the FATE cluster. |
| backend | set(eggroll,spark) | Configure cluster computing engine( eggroll or spark) |
| host | mappings | Custom domain of FATE UI component |
| rollsite | mappings | Configuration of FATE cluster `rollsite` module. |
| nodemanager | mappings | Configuration of FATE cluster `nodemanager` module. |
| python | mappings | Configuration of FATE cluster `python` module. |
Expand Down Expand Up @@ -49,6 +50,17 @@



### host mappings

| Name | Type | Description |
| ---------- | ------- | ------------------------------------ |
| fateboard | scalars | Configuration of Fateboard UI domain |
| client | scalars | Configuration of Notebook UI domain |
| sparkUI | scalars | Configuration of Spark UI domain |
| rabbitmqUI | scalars | Configuration of Rabbitmq UI domain |



### rollsite mappings
It is used to declare the `rollsite ` module in the FATE cluster to be deployed.

Expand Down

0 comments on commit 931b951

Please sign in to comment.