Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 435 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 435 Bytes

varnish-chart

Helm chart for Varnish Cache

Quick Start

helm install --repo https://charts.softonic.io my-varnish varnish

Test

helm template -f values.ci.yaml --namespace test-deleteme test-deleteme . 

For more deep testing you can try the chart:

helm upgrade --install --create-namespace \
  -f values.ci.yaml \
  --namespace test-deleteme \
  test-deleteme . \
  --debug --dry-run