This is a repository of Helm charts for use with OpenZiti on Kubernetes.
These files are published from a GitHub repo as a GitHub pages site here.
$ helm repo add openziti https://docs.openziti.io/helm-charts/
"openziti" has been added to your repositories
$ helm search repo openziti
NAME CHART VERSION APP VERSION DESCRIPTION
openziti/ziti-controller 0.1.2 0.27.5 Host an OpenZiti controller in Kubernetes
openziti/ziti-router 0.1.3 0.27.5 Host an OpenZiti router in Kubernetes
openziti/ziti-console 0.1.1 latest Deploy OpenZiti console as kubernetes service
openziti/ziti-host 0.3.5 0.20.20 Host OpenZiti services with a tunneler pod
openziti/hello-toy 1.3.1 latest Run the lightweight toy web server, optionally ...
openziti/httpbin 0.1.2 latest Run the Ziti fork of go-httpbin
openziti/reflect 0.3.3 0.0.4 Deploy a pod running the Ziti-embeded version o...
These charts help cluster workloads access or provide a Ziti service.
ziti-host
: Ziti tunnel pod for hosting services (ingress only)ziti-node
: Ziti tunnel daemonset for accessing services (intercept node egress)httpbin
: Ziti fork of the REST testing serverprometheus
: Ziti fork of Prometheusreflect
: A Ziti original. This app echoes the bytes it receives and is useful for testing Ziti.README.md
file, add a helm-docs template named README.md.gotmpl
in the chart directory.helm-docs --chart-search-root ./charts/my-new-chart/
locallyYou may verify changes are present in the Helm index: https://docs.openziti.io/helm-charts/index.yaml.