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-0.1.70 lib/examples/harbr.toml
harbr-0.1.69 lib/examples/harbr.toml
harbr-0.1.68 lib/examples/harbr.toml
harbr-0.1.67 lib/examples/harbr.toml
harbr-0.1.66 lib/examples/harbr.toml
harbr-0.1.65 lib/examples/harbr.toml
harbr-0.1.64 lib/examples/harbr.toml
harbr-0.1.63 lib/examples/harbr.toml
harbr-0.1.62 lib/examples/harbr.toml
harbr-0.1.61 lib/examples/harbr.toml
harbr-0.1.60 lib/examples/harbr.toml
harbr-0.1.59 lib/examples/harbr.toml
harbr-0.1.58 lib/examples/harbr.toml
harbr-0.1.57 lib/examples/harbr.toml
harbr-0.1.56 lib/examples/harbr.toml
harbr-0.1.55 lib/examples/harbr.toml
harbr-0.1.54 lib/examples/harbr.toml
harbr-0.1.53 lib/examples/harbr.toml
harbr-0.1.52 lib/examples/harbr.toml
harbr-0.1.50 lib/examples/harbr.toml