{"id":18769287,"url":"https://github.com/score-spec/community-provisioners","last_synced_at":"2026-02-22T08:32:46.328Z","repository":{"id":258030778,"uuid":"873295148","full_name":"score-spec/community-provisioners","owner":"score-spec","description":"A community-driven library of score-compose and score-k8s provisioners.","archived":false,"fork":false,"pushed_at":"2026-01-15T19:16:09.000Z","size":173,"stargazers_count":3,"open_issues_count":7,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T21:48:11.337Z","etag":null,"topics":["docker","docker-compose","kubernetes","score-compose","score-k8s"],"latest_commit_sha":null,"homepage":"https://docs.score.dev/examples/resource-provisioners/","language":"Shell","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/score-spec.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-15T23:35:28.000Z","updated_at":"2026-01-15T19:16:00.000Z","dependencies_parsed_at":"2024-12-29T07:23:57.076Z","dependency_job_id":"37db07cc-a3f0-4908-b6e7-a107545ea9bf","html_url":"https://github.com/score-spec/community-provisioners","commit_stats":null,"previous_names":["score-spec/community-provisioners"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/score-spec/community-provisioners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-provisioners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-provisioners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-provisioners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-provisioners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/score-spec","download_url":"https://codeload.github.com/score-spec/community-provisioners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-provisioners/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29706919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","kubernetes","score-compose","score-k8s"],"created_at":"2024-11-07T19:15:26.786Z","updated_at":"2026-02-22T08:32:46.310Z","avatar_url":"https://github.com/score-spec.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# community-provisioners\n\nThis is a library of additional provisioners that you can use with either `score-compose` or `score-k8s`.\n\n## For `score-compose`\n\nExample of usage with the `10-redis-dapr-state-store.provisioners.yaml` provisioner:\n```bash\nscore-compose init --provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/dapr-state-store/score-compose/10-redis-dapr-state-store.provisioners.yaml\n```\n\n| File | Type | Class | Params | Outputs | Description\n| ---- | ---- | ----- | ------ | ------- | -----------\n| 10-redis-dapr-pubsub.provisioners.yaml      | `dapr-pubsub`               | (any)   | (none)            | `name`           | Generates a Dapr PubSub `Component` pointing to a Redis `Service`.\n| 10-redis-dapr-state-store.provisioners.yaml | `dapr-state-store`          | (any)   | (none)            | `name`           | Generates a Dapr StateStore `Component` pointing to a Redis `Service`.\n| 10-dapr-subscription.provisioners.yaml      | `dapr-subscription`         | (any)   | `pubsub`, `topic` | `name`, `topic`  | Generates a Dapr `Subscription` on a given Topic and `PubSub`.\n| 10-dns-in-codespace.provisioners.yaml       | `dns`                       | (any)   | (none)            | `host`, `url`    | Get the forwarded port URL in current GitHub Codespace on port `8080`.\n| 10-dns-with-url.provisioners.yaml           | `dns`                       | (any)   | (none)            | `host`, `url`    | Outputs a `*.localhost` domain as the hostname and associated URL in http on port `8080`.\n| 10-env.provisioners.yaml                    | `environment`               | (any)   | (none)            | (none)           | Loads environment variables from a local `.env` file.\n| 10-hpa.provisioners.yaml                    | `horizontal-pod-autoscaler` | (any)   | (none)            | (none)           | Generates an empty object because HPA is not supported in Docker Compose.\n| 10-service.provisioners.yaml                | `service`                   | (any)   | (none)            | `name`           | Outputs the name of the Workload dependency if it exists in the list of Workloads.\n\n## For `score-k8s`\n\nExample of usage with the `10-redis-dapr-state-store.provisioners.yaml` provisioner:\n```bash\nscore-k8s init --provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/dapr-state-store/score-k8s/10-redis-dapr-state-store.provisioners.yaml\n```\n\n| File | Type | Class | Params | Outputs | Description\n| ---- | ---- | ----- | ------ | ------- | -----------\n| 10-rabbitmq-dapr-pubsub.provisioners.yaml                  | `dapr-pubsub`               | (any)   | (none)                                                                 | `name`                                  | Generates a Dapr PubSub `Component` pointing to a RabbitMQ `StatefulSet`.\n| 10-redis-dapr-pubsub.provisioners.yaml                     | `dapr-pubsub`               | (any)   | (none)                                                                 | `name`                                  | Generates a Dapr PubSub `Component` pointing to a Redis `StatefulSet`.\n| 10-redis-dapr-state-store.provisioners.yaml                | `dapr-state-store`          | (any)   | (none)                                                                 | `name`                                  | Generates a Dapr StateStore `Component` pointing to a Redis `StatefulSet`.\n| 10-dapr-subscription.provisioners.yaml                     | `dapr-subscription`         | (any)   | `pubsub`, `topic`                                                      | `name`, `topic`                         | Generates a Dapr `Subscription` on a given Topic and `PubSub`.\n| 10-dns-in-codespace.provisioners.yaml                      | `dns`                       | (any)   | (none)                                                                 | `host`, `url`                           | Get the forwarded port URL in current GitHub Codespace on port `80`.\n| 10-dns-with-url.provisioners.yaml                          | `dns`                       | (any)   | (none)                                                                 | `host`, `url`                           | Outputs a `*.localhost` domain as the hostname and associated URL in http on port `80`.\n| 10-env.provisioners.yaml                                   | `environment`               | (any)   | (none)                                                                 | (none)                                  | Loads environment variables from a local `.env` file.\n| 10-hpa.provisioners.yaml                                   | `horizontal-pod-autoscaler` | (any)   | `maxReplicas`, `minReplicas`, `defaultTargetCPUUtilizationPercentage`  | (none)                                  | Generates an `HorizontalPodAutoscaler` manifest.\n| 10-redis-helm-template.provisioners.yaml                   | `redis`                     | (any)   | (none)                                                                 | `host`, `password`, `port`, `username`  | Generates the manifests of the `bitnami/redis` Helm chart.\n| 10-redis-helm-upgrade.provisioners.yaml                    | `redis`                     | (any)   | (none)                                                                 | `host`, `password`, `port`, `username`  | Deploys the `bitnami/redis` Helm chart in an existing cluster.\n| 10-ingress-route.provisioners.yaml                         | `route`                     | (any)   | `host`, `path`, `port`                                                 | (none)                                  | Provisions an Ingress route on a shared Nginx instance.\n| 10-ingress-with-netpol-route.provisioners.yaml             | `route`                     | (any)   | `host`, `path`, `port`                                                 | (none)                                  | Provisions an Ingress route on a shared Nginx instance, and a NetworkPolicy between them.\n| 10-shared-gateway-httproute.provisioners.yaml              | `route`                     | (any)   | `host`, `path`, `port`                                                 | (none)                                  | Generates an `HTTPRoute` attached to a shared `Gateway`.\n| 10-shared-gateway-httproute-with-netpol.provisioners.yaml  | `route`                     | (any)   | `host`, `path`, `port`                                                 | (none)                                  | Generates an `HTTPRoute` attached to a shared `Gateway`, and a NetworkPolicy between them.\n| 10-service.provisioners.yaml                               | `service`                   | (any)   | (none)                                                                 | `name`                                  | Outputs the name of the Workload dependency if it exists in the list of Workloads.\n| 10-service-with-netpol.provisioners.yaml                   | `service`                   | (any)   | (none)                                                                 | `name`                                  | Outputs the name of the Workload dependency if it exists in the list of Workloads, and generate NetworkPolicies between them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscore-spec%2Fcommunity-provisioners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscore-spec%2Fcommunity-provisioners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscore-spec%2Fcommunity-provisioners/lists"}