|
1 | | -# dnscrypt-proxy-helm-chart |
| 1 | +# dnscrypt-proxy |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Simple Helm chart for [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy). |
2 | 6 |
|
3 | 7 | ## Usage |
4 | 8 |
|
5 | | -TODO |
| 9 | +### Add Helm repository |
| 10 | + |
| 11 | +```sh |
| 12 | +helm repo add tailzip https://tailzip.github.io/dnscrypt-proxy/ |
| 13 | +helm repo update |
| 14 | +``` |
| 15 | + |
| 16 | +### Install chart |
| 17 | + |
| 18 | +```sh |
| 19 | +helm install --name your-release tailzip/dnscrypt-proxy |
| 20 | +``` |
6 | 21 |
|
7 | | -## Credits |
| 22 | +## Values |
8 | 23 |
|
9 | | -TODO |
| 24 | +| Key | Type | Default | Description | |
| 25 | +|-----|------|---------|-------------| |
| 26 | +| affinity | object | `{}` | | |
| 27 | +| clusterDomain | string | `""` | used for Helm chart testing only (see [test-dns-proxy.yaml](./charts/dnscrypt-proxy/templates/tests/test-dns-proxy.yaml)) | |
| 28 | +| config | string | `""` | dnscrypt-proxy TOML configuration ([see docs](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Configuration)) | |
| 29 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 30 | +| image.repository | string | `"klutchell/dnscrypt-proxy"` | | |
| 31 | +| image.tag | string | `"2.0.44"` | | |
| 32 | +| nodeSelector | object | `{}` | | |
| 33 | +| resources | object | `{}` | | |
| 34 | +| serviceTCP.annotations | object | `{}` | | |
| 35 | +| serviceTCP.externalTrafficPolicy | string | `"Local"` | | |
| 36 | +| serviceTCP.loadBalancerIP | string | `""` | | |
| 37 | +| serviceTCP.type | string | `"NodePort"` | | |
| 38 | +| serviceUDP.annotations | object | `{}` | | |
| 39 | +| serviceUDP.externalTrafficPolicy | string | `"Local"` | | |
| 40 | +| serviceUDP.loadBalancerIP | string | `""` | | |
| 41 | +| serviceUDP.type | string | `"NodePort"` | | |
| 42 | +| tolerations | list | `[]` | | |
10 | 43 |
|
11 | 44 | ## License |
12 | 45 |
|
|
0 commit comments