85587f2f56
This version is already being used by some charts, so this brings the rest of the charts in line and allows them to use a new feature, pod dependencies, that this version provides. Change-Id: Ie8289eb09b31cd8f98c2c5b4dd5bbe469078e6d8
86 lines
2.0 KiB
YAML
86 lines
2.0 KiB
YAML
# Copyright 2017 The Openstack-Helm Authors.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Default values for memcached.
|
|
# This is a YAML-formatted file.
|
|
# Declare name/value pairs to be passed into your templates.
|
|
# name: value
|
|
|
|
conf:
|
|
memcached:
|
|
max_connections: 8192
|
|
#NOTE(pordirect): this should match the value in
|
|
# `pod.resources.memcached.memory`
|
|
memory: 1024
|
|
|
|
dependencies:
|
|
static:
|
|
memcached:
|
|
jobs: null
|
|
|
|
endpoints:
|
|
cluster_domain_suffix: cluster.local
|
|
oslo_cache:
|
|
host_fqdn_override:
|
|
default: null
|
|
hosts:
|
|
default: memcached
|
|
namespace: null
|
|
port:
|
|
memcache:
|
|
default: 11211
|
|
|
|
images:
|
|
pull_policy: IfNotPresent
|
|
tags:
|
|
dep_check: 'quay.io/stackanetes/kubernetes-entrypoint:v0.3.0'
|
|
memcached: 'docker.io/memcached:1.5.5'
|
|
|
|
labels:
|
|
server:
|
|
node_selector_key: openstack-control-plane
|
|
node_selector_value: enabled
|
|
|
|
manifests:
|
|
configmap_bin: true
|
|
deployment: true
|
|
service: true
|
|
|
|
pod:
|
|
affinity:
|
|
anti:
|
|
topologyKey:
|
|
default: kubernetes.io/hostname
|
|
type:
|
|
default: preferredDuringSchedulingIgnoredDuringExecution
|
|
lifecycle:
|
|
upgrades:
|
|
deployments:
|
|
pod_replacement_strategy: RollingUpdate
|
|
revision_history: 3
|
|
rolling_update:
|
|
max_surge: 3
|
|
max_unavailable: 1
|
|
replicas:
|
|
server: 1
|
|
resources:
|
|
enabled: false
|
|
memcached:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 1024Mi
|
|
requests:
|
|
cpu: 500m
|
|
memory: 128Mi
|