Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.3 KB

File metadata and controls

36 lines (25 loc) · 1.3 KB

boutique

Version: 0.0.3

Helm Chart to deploy Google's Boutique App

This chart is used by the Validated Patterns installation script that can be found here

Notable changes

  • v0.0.4: Add the option to use a redis instance external to the chart.

Homepage: https://github.com/validatedpatterns/boutique-chart

Maintainers

Name Email Url
Validated Patterns Team validatedpatterns@googlegroups.com

Values

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