Skip to content

(unofficial) Simple Helm chart for dnscrypt-proxy.

License

Notifications You must be signed in to change notification settings

Tailzip/dnscrypt-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Acknowledgments

Original software is by the DNSCrypt project: https://dnscrypt.info/

License