{"id":46040387,"url":"https://github.com/predatorray/shadowsocks-helm-chart","last_synced_at":"2026-03-01T06:13:21.876Z","repository":{"id":40688939,"uuid":"338816478","full_name":"predatorray/shadowsocks-helm-chart","owner":"predatorray","description":"a Helm chart for Shadowsocks","archived":false,"fork":false,"pushed_at":"2022-04-11T16:23:11.000Z","size":14,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-16T19:06:56.456Z","etag":null,"topics":["helm","helm-charts","kubernetes","shadowsocks"],"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/predatorray.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}},"created_at":"2021-02-14T13:53:36.000Z","updated_at":"2024-03-13T17:13:59.000Z","dependencies_parsed_at":"2022-07-27T15:54:22.325Z","dependency_job_id":null,"html_url":"https://github.com/predatorray/shadowsocks-helm-chart","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/predatorray/shadowsocks-helm-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predatorray%2Fshadowsocks-helm-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predatorray%2Fshadowsocks-helm-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predatorray%2Fshadowsocks-helm-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predatorray%2Fshadowsocks-helm-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/predatorray","download_url":"https://codeload.github.com/predatorray/shadowsocks-helm-chart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predatorray%2Fshadowsocks-helm-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29962005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T05:59:08.471Z","status":"ssl_error","status_checked_at":"2026-03-01T05:58:04.208Z","response_time":124,"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":["helm","helm-charts","kubernetes","shadowsocks"],"created_at":"2026-03-01T06:13:21.172Z","updated_at":"2026-03-01T06:13:21.857Z","avatar_url":"https://github.com/predatorray.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shadowsocks Helm Chart\n\n![License](https://img.shields.io/github/license/predatorray/shadowsocks-helm-chart)\n\nA Helm Chart for Shadowsocks.\n\n## Prerequisite\n\nA [Kubernetes](https://kubernetes.io/) cluster and  [Helm](https://helm.sh/) CLI installed on your laptop.\n\n## Usage\n\n### Add repository\n\n```sh\nhelm repo add predatorray http://predatorray.github.io/charts\n```\n\nSee [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for more information.\n\n### Install the chart\n\n```sh\nhelm install $RELEASE_NAME predatorray/shadowsocks\n```\n\nOr, use the command below upgrade an existing release if it has been installed.\n\n```sh\nhelm upgrade --install $RELEASE_NAME predatorray/shadowsocks\n```\n\nAfter that, all shadowsocks components will be ready on your K8S cluster.\n\n## Configuration\n\n| Parameter                                         | Description                                   | Default |\n|---------------------------------------------------|-----------------------------------------------|---------|\n| `replicaCount`                                    | Number of Shadowsocks pods                    | `1` |\n| `image.repository`                                | Image repository of the Shadowsocks           | `shadowsocks/shadowsocks-libev` |\n| `image.pullPolicy`                                | Image pull policy of the Shadowsocks          | `IfNotPresent` |\n| `image.tag`                                       | Image tag of the Shadowsocks                  | `v3.3.5` |\n| `imagePullSecrets`                                | Image pull secrets                            | |\n| `fullnameOverride`                                | Override the fullname of K8S manifests        | `{{ .Release.Name }}` |\n| `serviceAccount.create`                           | Create ServiceAccount                         | `true` |\n| `serviceAccount.annotations`                      | ServiceAccount annotations                    | |\n| `serviceAccount.name`                             | Name of ServiceAccount                        | The fullname of the release |\n| `podAnnotations`                                  | Annotations of the Shadowsocks pods           | |\n| `podSecurityContext`                              | Security context of the Shadowsocks pods      | |\n| `securityContext`                                 | Security context of the Shadowsocks container | |\n| `service.type`                                    | Kubernetes service type                       | `ClusterIP` |\n| `service.loadBalancerIP`                          | If the service is a LoadBalancer, you can define its external IP address | |\n| `service.port`                                    | Port where the service (shadowsocks) is exposed | `8388` |\n| `service.annotations`                             | Annotations of the service                    | |\n| `service.udpLoadBalancer.enabled`                 | If the service is a LoadBalancer, since we cannot create one with mix protocols, a seperate UDP-dedicated LoadBalancer will be created if enabled. | `false` |\n| `service.udpLoadBalancer.serviceName`             | Service name of the UDP LoadBalancer          | `{{ .Release.Name }}-udp` |\n| `service.udpLoadBalancer.annotations`             | Annotations of the UDP LoadBalancer           | |\n| `shadowsocks.method`                              | Encryption method the Shadowsocks (See: `-m \u003cencrypt_method\u003e` in [the Usage](https://github.com/shadowsocks/shadowsocks-libev#usage) ) | `aes-256-gcm` |\n| `shadowsocks.password.plainText`                  | Password of the Shadowsocks (See: `-k \u003cpassword\u003e` in [the Usage](https://github.com/shadowsocks/shadowsocks-libev#usage)) | `passw0rd` |\n| `shadowsocks.password.existingSecret.secretName`  | Read password from Secret instead of plain text | |\n| `shadowsocks.password.existingSecret.passwordKey` | Secret key name for the password              | `password` |\n| `shadowsocks.dnsServers`                          | DNS servers of the Shadowsocks                | `[\"8.8.8.8\", \"8.8.4.4\"]` |\n| `shadowsocks.timeout`                             | Timeout of the Shadowsocks (See: `-t \u003ctimeout\u003e` in [the Usage](https://github.com/shadowsocks/shadowsocks-libev#usage)) | 300 |\n| `kcptun.enabled` |                                 Enabled Shadowsocks over Kcptun                | `false` |\n| `kcptun.port`                                     | Port of the Kcptun                            | `29900` |\n| `kcptun.crypt`                                    | The crypt of the Kcptun (See: `--crypt value` option in [the Usage](https://github.com/xtaci/kcptun#usage)) | |\n| `kcptun.key.plainText`                            | Key (password) of the Kcptun | `it's a secret` (See: `--key value` option in [the Usage](https://github.com/xtaci/kcptun#usage) |\n| `kcptun.key.existingSecret.secretName`            | Read key from Secret instead of plain text    | |\n| `kcptun.key.existingSecret.passwordKey`           | Secret key name for the key                   | |\n| `kcptun.image.repository`                         | Image repository of the Kcptun                | `xtaci/kcptun` |\n| `kcptun.image.pullPolicy`                         | Image pull policy of the Kcptun               | `IfNotPresent` |\n| `kcptun.image.tag`                                | Image tag of the Kcptun                       | `v20210103` |\n| `resources`                                       | CPU/Memory resource requests/limits           | `{}` | `nodeSelector` | Node selector | `{}` |\n| `tolerations`                                     | Tolerations                                   | `[]` |\n| `affinity`                                        | Affinity                                      | `{}` |\n\n## Examples\n\n### Shadowsocks with LoadBalancer\n\n```sh\nhelm upgrade --install shadowsocks predatorray/shadowsocks \\\n    --set service.type=LoadBalancer\n```\n\n### Shadowsocks over Kcptun with LoadBalancer\n\n```sh\nhelm upgrade --install shadowsocks predatorray/shadowsocks \\\n    --set service.type=LoadBalancer \\\n    --set kcptun.enabled=true \\\n    --set service.udpLoadBalancer.enabled=true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredatorray%2Fshadowsocks-helm-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpredatorray%2Fshadowsocks-helm-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredatorray%2Fshadowsocks-helm-chart/lists"}