Nth redesign of the funkos dashboard

This commit is contained in:
2024-07-04 17:48:22 -03:00
parent ead5cfdcc6
commit 6698bbd67a
5 changed files with 55 additions and 18 deletions

View File

@ -12,4 +12,13 @@ http://localhost:8888 {
handle_path /admin/* {
reverse_proxy /* http://127.0.0.1:3000
}
}
handle_path /faaso/hello/* {
reverse_proxy /* http://faaso-hello-8t3u59:3000 http://faaso-hello-5epnbg:3000 http://faaso-hello-zt5j6g:3000 {
health_uri /ping
fail_duration 30s
}
}
}