-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(release): Release of v1.0.0-beta2
- Loading branch information
Showing
10 changed files
with
61 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,42 @@ | ||
# Varnish Helm Chart | ||
# varnish | ||
|
||
This chart installs a Varnish deamon which can be used as a proxy to cache static web resources. | ||
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.6.0](https://img.shields.io/badge/AppVersion-6.6.0-informational?style=flat-square) | ||
|
||
## Prerequisites Details | ||
A Helm chart for using Varnish. | ||
|
||
* Kubernetes 1.8+ | ||
**Homepage:** <https://www.varnish-software.com> | ||
|
||
## Chart Details | ||
## Maintainers | ||
|
||
This chart will do the following: | ||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| sylus | <[email protected]> | | | ||
| zachomedia | <[email protected]> | | | ||
|
||
* Kubernetes Deployment | ||
* ConfigMap with `default.vcl` for configuration of Varnish | ||
## Source Code | ||
|
||
* <https://github.com/varnish> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| admin.enable | bool | `false` | | | ||
| admin.port | int | `6082` | | | ||
| affinity | object | `{}` | | | ||
| destinationRule.enabled | bool | `false` | | | ||
| destinationRule.mode | string | `"DISABLE"` | | | ||
| fullnameOverride | string | `""` | | | ||
| memorySize | string | `"100M"` | | | ||
| nameOverride | string | `""` | | | ||
| nodeSelector | object | `{}` | | | ||
| replicaCount | int | `1` | | | ||
| resources | object | `{}` | | | ||
| service.port | int | `80` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| tolerations | list | `[]` | | | ||
| varnishd.image | string | `"varnish"` | | | ||
| varnishd.imagePullPolicy | string | `"IfNotPresent"` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) |