Simple Helm chart for dnscrypt-proxy.
helm repo add tailzip https://tailzip.github.io/dnscrypt-proxy/
helm repo update
helm install --name your-release tailzip/dnscrypt-proxy
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
clusterDomain | string | "" |
used for Helm chart testing only (see test-dns-proxy.yaml) |
config | string | "" |
dnscrypt-proxy TOML configuration (see docs) |
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "klutchell/dnscrypt-proxy" |
|
image.tag | string | "2.0.44" |
|
nodeSelector | object | {} |
|
resources | object | {} |
|
serviceTCP.annotations | object | {} |
|
serviceTCP.externalTrafficPolicy | string | "Local" |
|
serviceTCP.loadBalancerIP | string | "" |
|
serviceTCP.type | string | "NodePort" |
|
serviceUDP.annotations | object | {} |
|
serviceUDP.externalTrafficPolicy | string | "Local" |
|
serviceUDP.loadBalancerIP | string | "" |
|
serviceUDP.type | string | "NodePort" |
|
tolerations | list | [] |
Original software is by the DNSCrypt project: https://dnscrypt.info/
- Tailzip/dnscrypt-proxy: MIT License
- klutchell/dnscrypt-proxy: MIT License
- DNSCrypt/dnscrypt-proxy: ISC License