Pete Birley d9a390e0c7 Use Upstream Memcached Image
This commit changes the default Memcached Image to the Upstream:
 * https://hub.docker.com/_/memcached/
2017-01-12 21:44:09 +00:00

31 lines
553 B
YAML

# Default values for memcached.
# This is a YAML-formatted file.
# Declare name/value pairs to be passed into your templates.
# name: value
images:
memcached: docker.io/memcached:latest
pull_policy: "IfNotPresent"
upgrades:
revision_history: 3
pod_replacement_strategy: RollingUpdate
rolling_update:
max_unavailable: 1
max_surge: 3
labels:
node_selector_key: openstack-control-plane
node_selector_value: enabled
network:
port: 11211
memcached:
memory: 1024
max_connections: 8192
resources:
memcached:
replicas: 1