{"id":20197962,"url":"https://github.com/ilyasstrh/helm-chart","last_synced_at":"2026-04-24T20:02:41.045Z","repository":{"id":181513525,"uuid":"411860823","full_name":"ilyasstrh/helm-chart","owner":"ilyasstrh","description":"Deploy a helloworld web-app using Helm Chart to minikube","archived":false,"fork":false,"pushed_at":"2021-09-30T00:08:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T09:45:42.002Z","etag":null,"topics":["helm","helm-chart","helm-charts","ingress-nginx","kubernetes","kubernetes-helm-chart","nginx","nginx-docker"],"latest_commit_sha":null,"homepage":"","language":"Smarty","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/ilyasstrh.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}},"created_at":"2021-09-29T23:39:43.000Z","updated_at":"2021-09-30T00:08:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"91b45879-2ba9-4ce9-93c2-8186c5498139","html_url":"https://github.com/ilyasstrh/helm-chart","commit_stats":null,"previous_names":["ilyasstrh/helm-chart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilyasstrh/helm-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasstrh%2Fhelm-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasstrh%2Fhelm-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasstrh%2Fhelm-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasstrh%2Fhelm-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyasstrh","download_url":"https://codeload.github.com/ilyasstrh/helm-chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasstrh%2Fhelm-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["helm","helm-chart","helm-charts","ingress-nginx","kubernetes","kubernetes-helm-chart","nginx","nginx-docker"],"created_at":"2024-11-14T04:28:52.034Z","updated_at":"2026-04-24T20:02:41.028Z","avatar_url":"https://github.com/ilyasstrh.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helm-chart\nDeploy a helloworld web-app using Helm Chart to minikube\n\n## Start minikub\n```\nminikube start\n```\nCheck minikube status with:\n```\nminikube status\n```\nYou will receive as a result:\n\n\u003e minikube\n\u003e type: Control Plane\n\u003e host: Running\n\u003e kubelet: Running\n\u003e apiserver: Running\n\u003e kubeconfig: Configured\n\n\n## Install the Helm Chart\nTo install the helm chart use this command:\n```\nhelm install -f values.yaml nginx-app .\n```\nResult:\n\u003e NAME: nginx-app\nLAST DEPLOYED: Wed Sep 29 23:02:36 2021\nNAMESPACE: default\nSTATUS: deployed\n\u003e REVISION: 1\n\u003e NOTES:\n\u003e Get the application URL by running these commands:\n  - ``` export NODE_PORT=$(kubectl get --namespace default -o jsonpath=\"{.spec.ports[0].nodePort}\" services helloworld-chart) ```\n  - ``` export NODE_IP=$(kubectl get nodes --namespace default -o jsonpath=\"{.items[0].status.addresses[0].address}\") ```\n\u003e  - ``` echo http://$NODE_IP:$NODE_PORT ```\n\nThe aboce command deploys our application. Now we will export the NODE_IP and NODE_PORT, so we can use them to check our application.\n\n``` echo http://$NODE_IP:$NODE_PORT ```\n\u003e http://192.168.49.2:30186\n\n## TODO\n- [ ] include the Ingress object with TLS termination\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasstrh%2Fhelm-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyasstrh%2Fhelm-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasstrh%2Fhelm-chart/lists"}