mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[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:
@@ -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 | `""` |
|
||||
|
||||
Reference in New Issue
Block a user