Skip to content
Discussion options

You must be logged in to vote

I was able to interpret that and do the following:

$ cat ~/traefik/etc-traefik/files/meilisearch.yml 
http:
  routers:
    meilisearch-router:
      rule: "Host(`meilisearch.home.lan`)"
      entryPoints:
        - websecure
      service: meilisearch-service
      middlewares:
        - meilisearch-sablier
      tls: {}

  middlewares:
    meilisearch-sablier:
      plugin:
        sablier:
          endpoint: "http://sablier:10000"
          group: "meilisearch-group"
          blocking:
            timeout: "30s"

  services:
    meilisearch-service:
      loadBalancer:
        servers:
          - url: "http://meilisearch:7700"

which fixed it.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bradbeattie
Comment options

@bradbeattie
Comment options

@bradbeattie
Comment options

@bradbeattie
Comment options

Answer selected by bradbeattie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants