Skip to content

Commit 779bff2

Browse files
authored
fix: fix new CLI for Deployment (jina-ai#5819)
Signed-off-by: Joan Fontanals Martinez <[email protected]>
1 parent 034ee84 commit 779bff2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
jtype: Deployment
2-
version: '1'
3-
gateway:
4-
protocol: [grpc, http, websocket]
5-
port: [54321, 54322, 54323]
62
with:
7-
- uses: executor1/config.yml
8-
name: toyExecutor
3+
uses: executor1/config.yml
4+
name: toyExecutor
5+
protocol: [grpc, http]
6+
port: [54321, 54322]

0 commit comments

Comments
 (0)