{"id":16946417,"url":"https://github.com/jsturtevant/azure-functions-kubernetes-chart","last_synced_at":"2026-05-01T13:31:59.715Z","repository":{"id":76038875,"uuid":"112670721","full_name":"jsturtevant/azure-functions-kubernetes-chart","owner":"jsturtevant","description":"A chart for Azure Functions running on Kubernetes","archived":false,"fork":false,"pushed_at":"2017-12-01T18:57:48.000Z","size":6,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T11:42:16.803Z","etag":null,"topics":["azure","azure-functions","helm-charts","kubernetes","serverless"],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsturtevant.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":"2017-11-30T23:08:02.000Z","updated_at":"2021-05-20T14:45:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"b89529cc-ae67-4ca0-bca9-175fe9959c09","html_url":"https://github.com/jsturtevant/azure-functions-kubernetes-chart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsturtevant%2Fazure-functions-kubernetes-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsturtevant%2Fazure-functions-kubernetes-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsturtevant%2Fazure-functions-kubernetes-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsturtevant%2Fazure-functions-kubernetes-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsturtevant","download_url":"https://codeload.github.com/jsturtevant/azure-functions-kubernetes-chart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353676,"owners_count":20925325,"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":["azure","azure-functions","helm-charts","kubernetes","serverless"],"created_at":"2024-10-13T21:27:30.231Z","updated_at":"2026-05-01T13:31:54.691Z","avatar_url":"https://github.com/jsturtevant.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Chart for Azure Functions on Kubernetes\r\n\r\n## Installing\r\nThere are a few settings you should override:\r\n\r\n- `functionApp.name` - name of your function apps your using\r\n- `resources.requests.cpu` - required for Pod Autoscaler to work\r\n- `image.repository` -  Should be your image with your function app running in it (see http://www.jamessturtevant.com/posts/Running-the-Azure-Functions-runtime-in-kubernetes/ for creating a docker image with the azure functions runtime in it)\r\n- `scale.maxReplicas` - max number of replicas\r\n- `scale.minReplicas` - min number of replicas\r\n- `scale.cpuUtilizationPercentage` - cpu percentage\r\n\r\nAn example would be:\r\n\r\n```bash \r\nhelm install --set functionApp.name=sampleapp \\\r\n             --set resources.requests.cpu=200m \\\r\n             --set image.repository=vyta/functions \\\r\n             --set scale.maxReplicas=10 \\\r\n             --set scale.minReplicas=1 \\\r\n             --set scale.cpuUtilizationPercentage=50 \\\r\n             ./az-func-k8\r\n```\r\n\r\n## Debugging \r\nIf you want to see what install might look like:\r\n\r\n```bash\r\nhelm install --debug --dry-run --set resources.requests.cpu=200m ./az-func-k8\r\n```\r\n\r\n## Test the scaling\r\nTest that the scaling works:\r\n\r\n```bash\r\ndocker run -it busybox /bin/sh\r\n#\r\n\\#: \t\twhile true; do wget -q -O- http://\u003cyour-ipaddress\u003e/api/httpfunction?name=testingload; done \r\n```\r\n\r\nIn a separate terminal run:\r\n\r\n```bash\r\nkubectl get hpa\r\nkubectl get deploy \u003cdeployment-name\u003e\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsturtevant%2Fazure-functions-kubernetes-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsturtevant%2Fazure-functions-kubernetes-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsturtevant%2Fazure-functions-kubernetes-chart/lists"}