Sha256: 7e42ac4d318297daad766cd84fa3a1bc1c914fe87b23de33a70d8d642b3f87e2

Contents?: true

Size: 1.21 KB

Versions: 206

Compression:

Stored size: 1.21 KB

Contents

# Define HTTP routers
[http.routers]
  [http.routers.traefik-dashboard]
    rule = "Host(`traefik.harbr.zero2one.ee`)"
    service = "api@internal"
    entryPoints = ["http"]


# Define the router for the Traefik Dashboard and API
  [http.routers.traefik-dashboard]
    rule = "Host(`traefik.harbr.zero2one.ee`)"
    service = "api@internal"
    entryPoints = ["http"]

  [http.routers.tallinn-router]
    rule = "Host(`tallinn.laki.zero2one.ee`)"
    service = "tallinn-service"

  [http.routers.vidtreon-router]
    rule = "Host(`vidtreon.harbr.zero2one.ee`)"
    service = "vidtreon-service"

  [http.routers.sild-router]
    rule = "Host(`sild.harbr.zero2one.ee`)"
    service = "sild-service"



[http.services]
[http.services.tallinn-service]
  [http.services.tallinn-service.loadBalancer]
    [[http.services.tallinn-service.loadBalancer.servers]]
      url = "http://10.80.172.9:80"

[http.services.vidtreon-service]
  [http.services.vidtreon-service.loadBalancer]
    [[http.services.vidtreon-service.loadBalancer.servers]]
      url = "http://127.0.0.1:9292"

[http.services.sild-service]
  [http.services.sild-service.loadBalancer]
    [[http.services.sild-service.loadBalancer.servers]]
      url = "http://127.0.0.1:9393"

Version data entries

206 entries across 206 versions & 1 rubygems

Version Path
harbr-2.8.1 lib/examples/harbr.toml
harbr-0.2.10 lib/examples/harbr.toml
harbr-0.2.9 lib/examples/harbr.toml
harbr-0.2.8 lib/examples/harbr.toml
harbr-0.2.7 lib/examples/harbr.toml
harbr-0.2.6 lib/examples/harbr.toml
harbr-0.2.5 lib/examples/harbr.toml
harbr-0.2.4 lib/examples/harbr.toml
harbr-0.2.3 lib/examples/harbr.toml
harbr-0.2.2 lib/examples/harbr.toml
harbr-0.2.1 lib/examples/harbr.toml
harbr-0.2.0 lib/examples/harbr.toml
harbr-0.1.99 lib/examples/harbr.toml
harbr-0.1.98 lib/examples/harbr.toml
harbr-0.1.97 lib/examples/harbr.toml
harbr-0.1.96 lib/examples/harbr.toml
harbr-0.1.95 lib/examples/harbr.toml
harbr-0.1.94 lib/examples/harbr.toml
harbr-0.1.93 lib/examples/harbr.toml
harbr-0.1.91 lib/examples/harbr.toml