Skip to content

softonic/varnish-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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