Skip to content

Commit

Permalink
docs: change helm charts configuration in TorchServe
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Dec 21, 2023
1 parent f792a84 commit 8558dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup/integration/torchserve.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ kind load docker-image dragonflyoss/dfdaemon:latest

#### Create dragonfly cluster based on helm charts

Create helm charts configuration file `charts-config.yaml` and set `dfdaemon.config.proxies.regx` to
Create helm charts configuration file `charts-config.yaml` and set `dfdaemon.config.proxy.proxies.regx` to
match the download path of the object storage, configuration content is as follows:

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ kind load docker-image dragonflyoss/dfdaemon:latest

#### 基于 Helm Charts 创建 Dragonfly 集群

创建 Helm Charts 配置文件 charts-config.yaml。可以根据对象存储的下载路径修改`dfdaemon.config.proxies.regx`来调整路由匹配规则,示例中默认匹配了 AWS S3 的请求,配置如下:
创建 Helm Charts 配置文件 charts-config.yaml。可以根据对象存储的下载路径修改`dfdaemon.config.proxy.proxies.regx`来调整路由匹配规则,示例中默认匹配了 AWS S3 的请求,配置如下:

```yaml
scheduler:
Expand Down

0 comments on commit 8558dbe

Please sign in to comment.