softplayer-apps/charts/shadowsocks-libev
Nikolai Rodionov 4331622a9a
All checks were successful
ci/woodpecker/push/helm-workflow Pipeline was successful
Update tf2 and shadowsocks
2024-05-26 19:23:19 +02:00
..
charts Update tf2 and shadowsocks 2024-05-26 19:23:19 +02:00
templates Update shadowsocks 2024-05-19 22:49:36 +02:00
.helmignore Init commit 2024-05-05 18:58:35 +02:00
Chart.lock Update tf2 and shadowsocks 2024-05-26 19:23:19 +02:00
Chart.yaml Update tf2 and shadowsocks 2024-05-26 19:23:19 +02:00
config.yaml Init commit 2024-05-05 18:58:35 +02:00
README.md Update shadowsocks 2024-05-19 22:49:36 +02:00
values.yaml Update tf2 and shadowsocks 2024-05-26 19:23:19 +02:00

shadowsocks-libev

Version: 0.2.1 Type: application AppVersion: v3.3.5

Bug-fix-only libev port of shadowsocks

Source Code

Maintainers

Name Email Url
allanger allanger@badhouseplants.net https://badhouseplants.net

Requirements

Repository Name Version
oci://git.badhouseplants.net/softplayer softplayer-lib-workload 0.1.0

Installing the Chart

To install the chart with the release name sql-exporter:

helm repo add sql_exporter https://burningalchemist.github.io/sql_exporter/
helm install sql_exporter/sql-exporter

Chart Values

General parameters

Key Type Default Description
workload.kind string "Deployment" A kind of workload to run
workload.containers object {"shadowsocks":{"envFrom":["environemnt","secrets"],"image":{"pullPolicy":"Always","registry":"docker.io","repository":"shadowsocks/shadowsocks-libev","tag":null},"ports":["shadowsocks"],"securityContext":{"capabilities":{"add":["NET_ADMIN"]}}}} A list of containers to run within the workload
workload.containers.shadowsocks object {"envFrom":["environemnt","secrets"],"image":{"pullPolicy":"Always","registry":"docker.io","repository":"shadowsocks/shadowsocks-libev","tag":null},"ports":["shadowsocks"],"securityContext":{"capabilities":{"add":["NET_ADMIN"]}}} Shadowsocks container description
workload.containers.shadowsocks.securityContext object {"capabilities":{"add":["NET_ADMIN"]}} Required to allow ipv4 forwarding
env.environment.sensitive bool false
env.environment.data.METHOD string "chacha20-ietf-poly1305"
env.secrets.sensitive bool true
env.secrets.data.PASSWORD string "test12345" Provide a password that will be used to connect to shadowsocks
service.type string "ClusterIP"
service.ports.shadowsocks.port int 8388
service.ports.shadowsocks.targetPort int 8388
service.ports.shadowsocks.protocol string "TCP"

Dev Notes

After changing default Values, please execute make gen_docs to update the README.md file. Readme file is generated by the helm-docs tool, so make sure not to edit it manually.