c9d27bac4d
This ensures that all charts have a consistent and overridable approach to their pod replacement strategies, along with sane defaults.
31 lines
575 B
YAML
31 lines
575 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: quay.io/stackanetes/stackanetes-memcached:newton
|
|
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
|