Sha256: 2b89a199826f22f2adc2aee69eb85f7dd1aee415ee35704cf24bf40c30f548b3

Contents?: true

Size: 440 Bytes

Versions: 184

Compression:

Stored size: 440 Bytes

Contents

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

  [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://127.0.0.1:80"

Version data entries

184 entries across 184 versions & 1 rubygems

Version Path
harbr-0.0.74 lib/examples/template.toml
harbr-0.0.73 lib/examples/template.toml
harbr-0.0.72 lib/examples/template.toml
harbr-0.0.71 lib/examples/template.toml
harbr-0.0.70 lib/examples/template.toml
harbr-0.0.69 lib/examples/template.toml
harbr-0.0.68 lib/examples/template.toml
harbr-0.0.67 lib/examples/template.toml
harbr-0.0.66 lib/examples/template.toml
harbr-0.0.65 lib/examples/template.toml
harbr-0.0.64 lib/examples/template.toml
harbr-0.0.63 lib/examples/template.toml
harbr-0.0.62 lib/examples/template.toml
harbr-0.0.61 lib/examples/template.toml
harbr-0.0.60 lib/examples/template.toml
harbr-0.0.59 lib/examples/template.toml
harbr-0.0.58 lib/examples/template.toml
harbr-0.0.56 lib/examples/template.toml
harbr-0.0.55 lib/examples/template.toml
harbr-0.0.54 lib/examples/template.toml