Helm Chart

This guide will walk you through deploying the Qpoint Proxy on a Kubernetes cluster using Helm.

Prerequisites

  • Kubernetes cluster

  • Helm installed

  • You'll need a valid registration token from app.qpoint.io

Install Qpoint Helm Repo

First, add the Qpoint Helm Repo.

helm repo add qpoint https://helm.qpoint.io/
helm repo update

Deploy Qpoint Proxy

Deploy Qpoint Proxy using Helm. Replace $TOKEN with your actual registration token.

helm install qpoint-proxy qpoint/qpoint-proxy --set registrationToken="$TOKEN"

You can find all configurable options with:

helm show values qpoint/qpoint-proxy

Last updated