Search
Varnish Helm Chart

Ingress

A Kubernetes Ingress provides an easy way to access Varnish Controller from outside the cluster.

Basic configuration

To configure Varnish Controller with Kubernetes Ingress, set the follow configuration:

ui:
  enabled: true

  ingress:
    enabled: true
    hosts:
      - host: varnish-controller.example.com
        paths: []