Helm Chart to deploy Google's Boutique App
This chart is used by the Validated Patterns installation script that can be found here
- v0.0.4: Add the option to use a redis instance external to the chart.
Homepage: https://github.com/validatedpatterns/boutique-chart
| Name | Url | |
|---|---|---|
| Validated Patterns Team | validatedpatterns@googlegroups.com |
| Key | Type | Default | Description |
|---|---|---|---|
| global.imageRegistry | string | "us-central1-docker.pkg.dev/google-samples/microservices-demo" |
|
| global.imageTag | string | "v0.10.4" |
|
| global.storageClass | string | "" |
|
| loadgenerator.enabled | bool | true |
|
| redis.external.address | string | "" |
|
| redis.external.enabled | bool | false |
|
| redis.external.port | int | 6379 |
|
| redis.image | string | "redis:alpine" |
|
| redis.storage | string | "1Gi" |
Autogenerated from chart metadata using helm-docs v1.14.2