[bitnami/memcached] adding HPA (#7251)

* [bitnami/memcached] adding HPA

* Update bitnami/memcached/values.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Only HA architecture

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* newline

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* common.names.fullname

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Minor version bump

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* common.names.fullname

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* typo

Co-authored-by: scabrinha <scabrinha@tesla.com>
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
This commit is contained in:
Scott Cabrinha
2021-08-23 03:53:28 -07:00
committed by GitHub
parent e756a88b24
commit a48e3077c6
4 changed files with 55 additions and 1 deletions

View File

@@ -77,6 +77,11 @@ The command removes all the Kubernetes components associated with the chart and
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `architecture` | Memcached architecture. Allowed values: standalone or high-availability | `standalone` |
| `autoscaling.enabled` | Enable Memcached statefulset autoscaling | `false` |
| `autoscaling.minReplicas` | Memcached statefulset autoscaling minimum number of replicas | `3` |
| `autoscaling.maxReplicas` | Memcached statefulset autoscaling maximum number of replicas | `6` |
| `autoscaling.targetCPU` | Memcached statefulset autoscaling target CPU percentage | `50` |
| `autoscaling.targetMemory` | Memcached statefulset autoscaling target CPU memory | `50` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `memcachedUsername` | Memcached admin user | `""` |
| `memcachedPassword` | Memcached admin password | `""` |