https://github.com/cloudwithdan/tor-snowflake-proxy-helm-chart
Tor Snowflake Proxy Helm Chart
https://github.com/cloudwithdan/tor-snowflake-proxy-helm-chart
Last synced: 5 months ago
JSON representation
Tor Snowflake Proxy Helm Chart
- Host: GitHub
- URL: https://github.com/cloudwithdan/tor-snowflake-proxy-helm-chart
- Owner: cloudwithdan
- Created: 2026-01-28T14:12:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-28T16:09:59.000Z (5 months ago)
- Last Synced: 2026-01-29T06:51:38.008Z (5 months ago)
- Language: Go Template
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snowflake Proxy Helm Charts
[](https://github.com/cloudwithdan/tor-snowflake-proxy-helm-chart/actions/workflows/lint.yml)
[](https://github.com/cloudwithdan/tor-snowflake-proxy-helm-chart/actions/workflows/release-please.yaml)
[](https://artifacthub.io/packages/search?repo=tor-snowflake-proxy)
Helm charts for deploying [Tor Snowflake Proxy](https://snowflake.torproject.org/) on Kubernetes.
## Usage
### Add the Helm Repository
```bash
helm repo add tor-snowflake-proxy https://cloudwithdan.github.io/tor-snowflake-proxy-helm-chart
helm repo update
```
### Install the Chart
```bash
helm install snowflake tor-snowflake-proxy/tor-snowflake-proxy
```
### Install with Custom Values
```bash
helm install snowflake tor-snowflake-proxy/tor-snowflake-proxy \
--set replicaCount=1 \
--set autoscaling.enabled=true
```
## Available Charts
| Chart | Description |
|-------|-------------|
| [tor-snowflake-proxy](./charts/tor-snowflake-proxy) | Tor Snowflake Proxy for helping users bypass censorship |
## Development
### Prerequisites
- [Helm](https://helm.sh/docs/intro/install/) v3.x
- [chart-testing](https://github.com/helm/chart-testing) (for linting)
- [kind](https://kind.sigs.k8s.io/) (for local testing)