https://github.com/softonic/varnish-chart
Helm chart for Varnish Cache
https://github.com/softonic/varnish-chart
Last synced: 10 months ago
JSON representation
Helm chart for Varnish Cache
- Host: GitHub
- URL: https://github.com/softonic/varnish-chart
- Owner: softonic
- License: other
- Created: 2020-04-20T06:17:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T09:03:43.000Z (10 months ago)
- Last Synced: 2025-08-01T09:45:50.260Z (10 months ago)
- Language: VCL
- Size: 54.7 KB
- Stars: 12
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# varnish-chart
Helm chart for Varnish Cache
## Quick Start
```shell
helm install --repo https://charts.softonic.io my-varnish varnish
```
## Test
```shell
helm template -f values.ci.yaml --namespace test-deleteme test-deleteme .
```
For more deep testing you can try the chart:
```shell
helm upgrade --install --create-namespace \
-f values.ci.yaml \
--namespace test-deleteme \
test-deleteme . \
--debug --dry-run
```