initial commit
Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
commit
4ee7c0cc18
13 changed files with 582 additions and 0 deletions
82
compose.yaml
Normal file
82
compose.yaml
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
services:
|
||||
kasvc-0: &kasvc
|
||||
build:
|
||||
context: kasvc
|
||||
platforms:
|
||||
- linux/x86_64
|
||||
platform: linux/x86_64
|
||||
ports:
|
||||
- 8080:8080
|
||||
networks:
|
||||
- test-net
|
||||
develop:
|
||||
watch:
|
||||
- path: ./kasvc
|
||||
action: rebuild
|
||||
kasvc-1:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8081:8080
|
||||
kasvc-2:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8082:8080
|
||||
kasvc-3:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8083:8080
|
||||
kasvc-4:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8084:8080
|
||||
kasvc-5:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8085:8080
|
||||
kasvc-6:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8086:8080
|
||||
kasvc-7:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8087:8080
|
||||
kasvc-8:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8088:8080
|
||||
kasvc-9:
|
||||
<<: *kasvc
|
||||
ports:
|
||||
- 8089:8080
|
||||
|
||||
kaproxy:
|
||||
build:
|
||||
context: kaproxy
|
||||
platforms:
|
||||
- linux/x86_64
|
||||
platform: linux/x86_64
|
||||
ports:
|
||||
- 8079:8080
|
||||
networks:
|
||||
- test-net
|
||||
develop:
|
||||
watch:
|
||||
- path: ./kaproxy
|
||||
action: rebuild
|
||||
|
||||
kaclient:
|
||||
build:
|
||||
context: kaclient
|
||||
platforms:
|
||||
- linux/x86_64
|
||||
platform: linux/x86_64
|
||||
networks:
|
||||
- test-net
|
||||
develop:
|
||||
watch:
|
||||
- path: ./kaclient
|
||||
action: rebuild
|
||||
|
||||
networks:
|
||||
test-net:
|
||||
Loading…
Add table
Add a link
Reference in a new issue