{"id":18875804,"url":"https://github.com/wiremock/helm-charts","last_synced_at":"2026-02-17T23:30:18.089Z","repository":{"id":40470425,"uuid":"258065541","full_name":"wiremock/helm-charts","owner":"wiremock","description":"Helm Chart for Wiremock deployment on Kubernetes","archived":false,"fork":false,"pushed_at":"2025-02-03T10:44:57.000Z","size":145,"stargazers_count":25,"open_issues_count":3,"forks_count":37,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-03T11:37:20.370Z","etag":null,"topics":["api","hacktoberfest","helm-charts","kubernetes-deployment","wiremock","wiremock-standalone"],"latest_commit_sha":null,"homepage":"https://wiremock.github.io/helm-charts/","language":"Smarty","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/wiremock.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-23T01:45:26.000Z","updated_at":"2025-02-03T10:45:01.000Z","dependencies_parsed_at":"2023-10-16T17:17:05.573Z","dependency_job_id":"d700c3e6-e033-4b5f-a41f-3662bcc8e1ed","html_url":"https://github.com/wiremock/helm-charts","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiremock","download_url":"https://codeload.github.com/wiremock/helm-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239830039,"owners_count":19704168,"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","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":["api","hacktoberfest","helm-charts","kubernetes-deployment","wiremock","wiremock-standalone"],"created_at":"2024-11-08T06:09:13.830Z","updated_at":"2026-02-17T23:30:17.987Z","avatar_url":"https://github.com/wiremock.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CI](https://github.com/wiremock/helm-charts/actions/workflows/ci.yaml/badge.svg)\n\n# WireMock Helm Charts\n\nHelm Chart for WireMock deployment to Kubernetes.\nIt allows deploying the official [WireMock Docker images](https://github.com/wiremock/wiremock-docker) for both WireMock 2 and WireMock 3,\nand also other charts that extend it.\n\nHistorically, [holomekc/wiremock](https://github.com/holomekc/wiremock) was suggested as a default image,\nand the chart remains partially compatible with it.\n\n# Quick Start\n\n## Pre-requisites\n\n1. [Install Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) or use another Kubernetes cluster\n2. [Install Helm](https://helm.sh/docs/intro/install/)\n\n## Install WireMock\n\nOnce Helm is installed, you can either add this repository with `helm repo add`:\n\n```bash\nhelm repo add wiremock https://wiremock.github.io/helm-charts\n```\n\nYou can then run `helm upgrade --install \u003crelease name\u003e wiremock/wiremock` to install it through the repository.\n\nAlternatively, you can clone the helm repo and then install it with a local reference:\n\n```bash\nhelm upgrade --install \u003crelease_name\u003e ./charts/\u003cchart_name\u003e\n```\n\nSetup port forwarding\n\n```bash\n$ export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l \"app.kubernetes.io/name={{ include \"wiremock.name\" . }},app.kubernetes.io/instance={{ .Release.Name }}\" -o jsonpath=\"{.items[0].metadata.name}\")\n\n$ kubectl port-forward $POD_NAME 8080:{{ .Values.service.internalPort}}\n```\n\n## Verify WireMock deployment\n\nTo verify a response using WireMock, run\n\n```bash\n$ curl -X POST http://127.0.0.1:8080/v1/hello\n```\n\nTo check the web app when using `holomekc/wiremock`, visit http://127.0.0.1:8080/__admin/webapp on your browser.\n    \n## References\n\n- [WireMock Java Library](https://github.com/tomakehurst/wiremock)\n- [Official WireMock Docker Image](https://github.com/wiremock/wiremock-docker)\n- [WireMock extended with Web UI](https://github.com/holomekc/wiremock), a project by [@holomekc](https://github.com/holomekc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiremock%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiremock%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiremock%2Fhelm-charts/lists"}