{"id":20168727,"url":"https://github.com/kostiantyn-matsebora/helm-generic-application","last_synced_at":"2025-03-03T04:12:28.842Z","repository":{"id":257932061,"uuid":"859324862","full_name":"kostiantyn-matsebora/helm-generic-application","owner":"kostiantyn-matsebora","description":"Repository contains generic helm chart for deploying any application, based on the official Helm chart for Kubernetes, but with some useful modifications.","archived":false,"fork":false,"pushed_at":"2024-10-16T19:08:14.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T15:16:43.205Z","etag":null,"topics":["application","helm","helm-chart","kubernetes","workload"],"latest_commit_sha":null,"homepage":"","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/kostiantyn-matsebora.png","metadata":{"files":{"readme":"docs/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":"2024-09-18T13:25:44.000Z","updated_at":"2024-10-16T19:08:10.000Z","dependencies_parsed_at":"2024-10-17T11:47:51.716Z","dependency_job_id":null,"html_url":"https://github.com/kostiantyn-matsebora/helm-generic-application","commit_stats":null,"previous_names":["kostiantyn-matsebora/helm-generic-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostiantyn-matsebora%2Fhelm-generic-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostiantyn-matsebora%2Fhelm-generic-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostiantyn-matsebora%2Fhelm-generic-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostiantyn-matsebora%2Fhelm-generic-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kostiantyn-matsebora","download_url":"https://codeload.github.com/kostiantyn-matsebora/helm-generic-application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605819,"owners_count":19989612,"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":["application","helm","helm-chart","kubernetes","workload"],"created_at":"2024-11-14T01:09:36.300Z","updated_at":"2025-03-03T04:12:28.812Z","avatar_url":"https://github.com/kostiantyn-matsebora.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generic application with features\n\nRepository contains generic helm chart for deploying any application, based on the official Helm chart for Kubernetes, but with some useful modifications.\n\nSuch as:\n\n* [`Nordlynx`](https://support.nordvpn.com/hc/en-us/articles/19564565879441-What-is-NordLynx)  VPN container as a sidecar.\n* Ability to define PersistentVolumeClaim for the application.\n* Ability to define environment variables for the application  as a secret.\n* Multiple port definitions for the service.\n\nFor more information check [`charts/application/values.yaml`](charts/application/values.yaml) file.\n\n## Configuration\n\n### Nordlynx VPN\n\n ```yaml\nnordlynx:\n  enabled: false\n  privateKey: # nordlynx private key\n  netLocal: # CIDR networks (IE 192.168.1.0/24), add a route to allows replies once the VPN is up.\n            # example: 10.42.0.0/16 10.43.0.0/16\n  dns: # A comma-separated list of IP (v4 or v6) addresses to be set as the interface's DNS servers, or non-IP hostnames to be set as the interface's DNS search domains.\n       # example: 10.43.0.10,192.168.1.1\n  query: # Query for the api nordvpn\n         # example: filters\\\\[country_id\\]=225\n ```\n\n### PersistentVolumeClaim\n\n ```yaml\npersistence:\n  enabled: false\n  accessMode: ReadWriteOnce\n  size: 1Gi\n ```\n\n### Environment variables as a secret\n\n ```yaml\nsecretEnv:\n  VAR_NAME: variable value\n ```\n\n### Multiple port definitions\n\n ```yaml\nconnectivity:\n  hostNetwork: false\n  service:\n    type: ClusterIP\n  ports:\n    - name: http\n      protocol: TCP\n      containerPort: 80\n      servicePort: 80\n      nodePort: \n  probes:\n    readiness:\n      port: http\n  annotations: {}\n ```\n\n## Usage\n\nHow to use this helm chart you can find in the [`helm-charts`](https://github.com/kostiantyn-matsebora/helm-charts) repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostiantyn-matsebora%2Fhelm-generic-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkostiantyn-matsebora%2Fhelm-generic-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostiantyn-matsebora%2Fhelm-generic-application/lists"}