4d5a8bc606
This commit updates the Memcached chart to allow use with images other than Stackanetes, define ImagePullPolicy, and provide config params in the values.yaml.
24 lines
442 B
YAML
24 lines
442 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"
|
|
|
|
labels:
|
|
node_selector_key: openstack-control-plane
|
|
node_selector_value: enabled
|
|
|
|
network:
|
|
port: 11211
|
|
|
|
memcached:
|
|
memory: 1024
|
|
max_connections: 8192
|
|
|
|
resources:
|
|
memcached:
|
|
replicas: 1
|