View on GitHub

dnscrypt-proxy

Simple Helm chart for dnscrypt-proxy

dnscrypt-proxy

Version: 1.0.0 Type: application AppVersion: 2.0.44

Simple Helm chart for dnscrypt-proxy.

Usage

Add Helm repository

helm repo add tailzip https://tailzip.github.io/dnscrypt-proxy/
helm repo update

Install chart

helm install --name your-release tailzip/dnscrypt-proxy

Values

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 []  

License