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
5
run.sh
Executable file
5
run.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
go build keepalive-svc.go
|
||||
mv keepalive-svc kasvc/
|
||||
rsync -avz ../nginx kaproxy/
|
||||
sudo docker-compose up --build
|
||||
Loading…
Add table
Add a link
Reference in a new issue