remove jarvis deployment
This commit is contained in:
35
boilerplates/traefik/dynamic/jarvis.yml
Normal file
35
boilerplates/traefik/dynamic/jarvis.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# FILE: boilerplates/traefik/dynamic/jarvis.yml
|
||||
# DESCRIPTION: Traefik dynamic config routing jarvis.local.mk-labs.cloud
|
||||
# to Hermes Agent dashboard on astro-orbiter (10.1.71.130:9119)
|
||||
# and jarvis-api.local.mk-labs.cloud to gateway (10.1.71.130:8642)
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
http:
|
||||
routers:
|
||||
jarvis:
|
||||
rule: "Host(`jarvis.local.mk-labs.cloud`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
tls:
|
||||
certResolver: cloudflare
|
||||
service: jarvis
|
||||
|
||||
jarvis-api:
|
||||
rule: "Host(`jarvis-api.local.mk-labs.cloud`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
tls:
|
||||
certResolver: cloudflare
|
||||
service: jarvis-api
|
||||
|
||||
services:
|
||||
jarvis:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://10.1.71.130:9119"
|
||||
|
||||
jarvis-api:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://10.1.71.130:8642"
|
||||
Reference in New Issue
Block a user