Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 2.81 KB

README.md

File metadata and controls

41 lines (36 loc) · 2.81 KB

tor-controller

Version: 0.1.15 Type: application AppVersion: 0.10.0

Tor hidden services controller for kubernetes

Values

Key Type Default Description
affinity object {}
daemon.image object {"pullPolicy":"Always","repository":"quay.io/bugfest/tor-daemon","tag":""} tor-daemon image, it runs Tor client
daemon.image.tag string "" Overrides the image tag whose default is the chart appVersion.
fullnameOverride string ""
image object {"pullPolicy":"Always","repository":"quay.io/bugfest/tor-controller","tag":""} tor-controller image, it watches onionservices objects
image.tag string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
manager.image object {"pullPolicy":"Always","repository":"quay.io/bugfest/tor-daemon-manager","tag":""} tor-daemon-manager image, it runs Tor client with manager
manager.image.tag string "" Overrides the image tag whose default is the chart appVersion.
nameOverride string ""
namespaced bool false If enabled, permissions are restricted to the target Namespace
nodeSelector object {}
onionbalance.image object {"pullPolicy":"Always","repository":"quay.io/bugfest/tor-onionbalance-manager","tag":""} tor-onionbalance-manager image, it runs Tor client
onionbalance.image.tag string "" Overrides the image tag whose default is the chart appVersion.
podAnnotations object {}
podSecurityContext.runAsNonRoot bool true
replicaCount int 1 Daemonset replica count
resources object {}
securityContext.allowPrivilegeEscalation bool false
securityContext.capabilities.drop[0] string "ALL"
securityContext.runAsNonRoot bool true
service.port int 8443
service.type string "ClusterIP"
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerations list []
upgradeRollout bool true Automatically rollout controller deployment after upgrade

Autogenerated from chart metadata using helm-docs v1.11.3