tor-snowflake-proxy-helm-chart

Snowflake Proxy Helm Charts

Lint and Test Charts Release Charts

Helm charts for deploying Tor Snowflake Proxy on Kubernetes.

Usage

Add the Helm Repository

helm repo add tor-snowflake-proxy https://cloudwithdan.github.io/tor-snowflake-proxy-helm-chart
helm repo update

Install the Chart

helm install snowflake tor-snowflake-proxy/tor-snowflake-proxy

Install with Custom Values

helm install snowflake tor-snowflake-proxy/tor-snowflake-proxy \
  --set replicaCount=1 \
  --set autoscaling.enabled=true

Available Charts

Chart Description
tor-snowflake-proxy Tor Snowflake Proxy for helping users bypass censorship

Development

Prerequisites