Skip to content

Commit

Permalink
docs: torchserve charts config adds image field (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Nov 13, 2023
1 parent 0e22937 commit 4b518d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/setup/integration/torchserve.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ match the download path of the object storage, configuration content is as follo

```yaml
scheduler:
image: dragonflyoss/scheduler
tag: latest
replicas: 1
metrics:
enable: true
Expand All @@ -108,6 +110,8 @@ scheduler:
pprofPort: 18066

seedPeer:
image: dragonflyoss/dfdaemon
tag: latest
replicas: 1
metrics:
enable: true
Expand All @@ -116,7 +120,8 @@ seedPeer:
pprofPort: 18066

dfdaemon:
hostNetwork: true
image: dragonflyoss/dfdaemon
tag: latest
metrics:
enable: true
config:
Expand All @@ -142,6 +147,8 @@ dfdaemon:
- regx: .*amazonaws.*

manager:
image: dragonflyoss/manager
tag: latest
replicas: 1
metrics:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ kind load docker-image dragonflyoss/dfdaemon:latest

```yaml
scheduler:
image: dragonflyoss/scheduler
tag: latest
replicas: 1
metrics:
enable: true
Expand All @@ -106,6 +108,8 @@ scheduler:
pprofPort: 18066

seedPeer:
image: dragonflyoss/dfdaemon
tag: latest
replicas: 1
metrics:
enable: true
Expand All @@ -114,7 +118,8 @@ seedPeer:
pprofPort: 18066

dfdaemon:
hostNetwork: true
image: dragonflyoss/dfdaemon
tag: latest
metrics:
enable: true
config:
Expand All @@ -140,6 +145,8 @@ dfdaemon:
- regx: .*amazonaws.*

manager:
image: dragonflyoss/manager
tag: latest
replicas: 1
metrics:
enable: true
Expand Down

0 comments on commit 4b518d2

Please sign in to comment.