mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Update memcache to latest * Incrementing chart version * Update Chart.yaml
37 lines
881 B
YAML
37 lines
881 B
YAML
## Memcached image and tag
|
|
## ref: https://hub.docker.com/r/library/memcached/tags/
|
|
##
|
|
image: memcached:1.5.6-alpine
|
|
|
|
## Specify a imagePullPolicy
|
|
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
# imagePullPolicy:
|
|
#
|
|
|
|
## Replica count
|
|
replicaCount: 3
|
|
|
|
## Pod disruption budget minAvailable count
|
|
pdbMinAvailable: 3
|
|
|
|
## Select AnitAffinity as either hard or soft, default is hard
|
|
AntiAffinity: "hard"
|
|
|
|
memcached:
|
|
## Various values that get set as command-line flags.
|
|
## ref: https://github.com/memcached/memcached/wiki/ConfiguringServer#commandline-arguments
|
|
##
|
|
maxItemMemory: 64
|
|
verbosity: v
|
|
extendedOptions: modern
|
|
|
|
## Configure resource requests and limits
|
|
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
|
##
|
|
resources:
|
|
requests:
|
|
memory: 64Mi
|
|
cpu: 50m
|