{"id":29835220,"url":"https://github.com/livekit/traefik-readiness-plugin","last_synced_at":"2025-07-29T12:17:32.927Z","repository":{"id":233952092,"uuid":"787749200","full_name":"livekit/traefik-readiness-plugin","owner":"livekit","description":"Traefik Readiness Plugin","archived":false,"fork":false,"pushed_at":"2024-09-10T17:53:58.000Z","size":1578,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-10T20:02:02.098Z","etag":null,"topics":["traefik","traefik-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/livekit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-17T05:37:09.000Z","updated_at":"2024-09-10T17:52:38.000Z","dependencies_parsed_at":"2024-04-17T19:46:52.450Z","dependency_job_id":"d0b1d4fb-547e-47ee-bad6-00e4032f419d","html_url":"https://github.com/livekit/traefik-readiness-plugin","commit_stats":null,"previous_names":["livekit/traefik-readiness-plugin"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/livekit/traefik-readiness-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Ftraefik-readiness-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Ftraefik-readiness-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Ftraefik-readiness-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Ftraefik-readiness-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livekit","download_url":"https://codeload.github.com/livekit/traefik-readiness-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Ftraefik-readiness-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267685554,"owners_count":24127706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["traefik","traefik-plugin"],"created_at":"2025-07-29T12:17:32.356Z","updated_at":"2025-07-29T12:17:32.899Z","avatar_url":"https://github.com/livekit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik Readiness Plugin\n\nThis plugin adds an readiness endpoint that is useful when Traefik is deployed in Kubernetes. The plugin:\n\n- Only returns a 200 OK response after Traefik has finished loading all dynamic configuration.\n- Makes sure container CPU usage is below a conifurable threshold. This is useful when Traefik serves long running requests, especially when using autoscaling.\n\n## Configuration\n\nTraefik Helm chart values:\n\n```yaml\ndeployment:\n  healthchecksPort: 8082\n  readinessPath: /ready # depends on https://github.com/traefik/traefik-helm-chart/pull/1041\n\nexperimental:\n  plugins:\n    readiness:\n      moduleName: github.com/livekit/traefik-readiness-plugin\n      version: v0.0.2-alpha.1\n\ningressRoute:\n  healthcheck:\n    enabled: true\n    matchRule: PathPrefix(`/ping`) || PathPrefix(`/ready`)\n    entryPoints:\n      - ping\n    middlewares:\n      - name: readiness\n\nreadinessProbe:\n  initialDelaySeconds: 5\nlivenessProbe:\n  initialDelaySeconds: 5\n\nports:\n  ping:\n    port: 8082\n    expose:\n      default: true\n    exposedPort: 8082\n    protocol: TCP\n```\n\nMiddleware:\n\n```yaml\napiVersion: traefik.io/v1alpha1\nkind: Middleware\nmetadata:\n  name: readiness\n  namespace: traefik\nspec:\n  plugin:\n    readiness:\n      ReadyPath: /ready\n      ReadyCPULimit: 0.8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivekit%2Ftraefik-readiness-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivekit%2Ftraefik-readiness-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivekit%2Ftraefik-readiness-plugin/lists"}