Skip to content

Commit 6d03f4c

Browse files
committed
Set scheduler & placement host address to 127.0.0.1 in tests
Signed-off-by: joshvanl <[email protected]>
1 parent 8e37267 commit 6d03f4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/testdata/run-template-files/test-scheduler.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ apps:
77
command: ["go", "run", "app.go"]
88
appLogDestination: console
99
daprdLogDestination: console
10+
schedulerHostAddress: 127.0.0.1:50006
11+
placementHostAddress: 127.0.0.1:50005

0 commit comments

Comments
 (0)