Search
Varnish Helm Chart

Installation

Before we begin

To get started with the Varnish Controller Router Helm Chart, make sure

Deploying Varnish Controller Router

Run the following command to quickly install Varnish Controller Router Helm Chart:

helm install --set global.imagePullSecrets[0].name=varnish-pull-secret varnish-controller-router varnish/varnish-controller-router

Substitute varnish-pull-secret for the image pull secret you created in the image pull secret instruction.

Configuring

To configure Varnish Controller Router Helm Chart, create values.yaml and populate the values. For example, to configure Varnish Controller Router with PowerDNS support:

---
global:
  imagePullSecrets:
    - name: varnish-pull-secret

powerdns:
  enabled: true

Then install or upgrade using the new values, e.g.:

$ helm upgrade -f values.yaml varnish-controller-router varnish/varnish-controller-router

Further Reading