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.28 lib/examples/harbr.toml
harbr-0.1.27 lib/examples/harbr.toml
harbr-0.1.26 lib/examples/harbr.toml
harbr-0.1.25 lib/examples/harbr.toml
harbr-0.1.24 lib/examples/harbr.toml
harbr-0.1.23 lib/examples/harbr.toml
harbr-0.1.22 lib/examples/harbr.toml
harbr-0.1.21 lib/examples/harbr.toml
harbr-0.1.20 lib/examples/harbr.toml
harbr-0.1.19 lib/examples/harbr.toml
harbr-0.1.18 lib/examples/harbr.toml
harbr-0.1.17 lib/examples/harbr.toml
harbr-0.1.16 lib/examples/harbr.toml
harbr-0.1.15 lib/examples/harbr.toml
harbr-0.1.14 lib/examples/harbr.toml
harbr-0.1.13 lib/examples/harbr.toml
harbr-0.1.12 lib/examples/harbr.toml
harbr-0.1.11 lib/examples/harbr.toml
harbr-0.1.10 lib/examples/harbr.toml
harbr-0.1.9 lib/examples/harbr.toml