{"id":15348183,"url":"https://github.com/ironcore864/helm-single-chart-ms-deploy-2","last_synced_at":"2026-01-28T10:03:09.743Z","repository":{"id":73865883,"uuid":"196035893","full_name":"IronCore864/helm-single-chart-ms-deploy-2","owner":"IronCore864","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-23T13:45:41.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T02:44:23.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IronCore864.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-07-09T15:27:50.000Z","updated_at":"2019-07-23T13:45:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"512997cb-3ea6-42b7-b9ce-0599ad1f6c7b","html_url":"https://github.com/IronCore864/helm-single-chart-ms-deploy-2","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"003b1926ea29ee81219af58caea2d0eb518a78f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IronCore864/helm-single-chart-ms-deploy-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fhelm-single-chart-ms-deploy-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fhelm-single-chart-ms-deploy-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fhelm-single-chart-ms-deploy-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fhelm-single-chart-ms-deploy-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronCore864","download_url":"https://codeload.github.com/IronCore864/helm-single-chart-ms-deploy-2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fhelm-single-chart-ms-deploy-2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-01T11:45:16.843Z","updated_at":"2026-01-28T10:03:09.721Z","avatar_url":"https://github.com/IronCore864.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Single Helm Chart to Deploy Multiple Different Microservices with Different ConfigMaps\n\nA different approach.\n\n## Prepare\n\n### Docker\n\nImage used: `ironcore864/hello-world-py`, a simple python helo world with reading one env var.\n\n### K8s\n\nAssuming you have a k8s and helm installed.\n\n## Deploy Service A\n\n```\ncd ms-one \u0026\u0026 helm dependency update \u0026\u0026 cd .. \nhelm install -n ms-one ./ms-one\n```\n\n`ms-one` chart only contains a configmap, and it calls a `msgeneric` chart to deploy the service and deployment.\n\nValues are passed to dependency.\n\n## Deploy Service B\n\n```\ncd ms-one \u0026\u0026 helm dependency update \u0026\u0026 cd .. \nhelm install -n ms-two ./ms-two\n```\n\nSame as `ms-one`, `ms-two` chart only contains a configmap, and it uses the same dependency chart to deploy the service and the deployment.\n\n## Test\n\n```\nkubectl proxy\n# open another tab\ncurl http://127.0.0.1:8001/api/v1/namespaces/default/services/ms-one/proxy/\ncurl http://127.0.0.1:8001/api/v1/namespaces/default/services/ms-two/proxy/\n\n## For Using Two Values Files\n\nFor example, you can put common settings in `values.yaml`, while keep settings that are different bertween different ENVs in separate file, like `values.prod.yaml`.\n\nWhen deploying:\n\n```\nhelm install -n ms-one ./ms-one -f ./ms-one/values.prod.yaml\n```\n\nBoth `values.yaml` and `values.prod.yaml` will be used and combined together, and the `values.prod.yaml` will override `values.yaml` if same keys exist in both files..\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironcore864%2Fhelm-single-chart-ms-deploy-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironcore864%2Fhelm-single-chart-ms-deploy-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironcore864%2Fhelm-single-chart-ms-deploy-2/lists"}