openstack-helm-addons/elasticsearch/values.yaml

102 lines
2.1 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 elasticsearch
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
conf:
elasticsearch:
override:
prefix:
append:
bootstrap:
memory_lock: true
cluster:
name: elasticsearch
network:
host: 0.0.0.0
path:
data: /var/lib/elasticsearch/data
logs: /data/log
zen:
min_masters: 2
logging:
override:
prefix:
append:
endpoints:
logging_db:
name: elasticsearch
hosts:
default: elasticsearch-logging
public: elasticsearch
path:
default: null
scheme:
default: http
port:
api:
default: 9200
replicas:
master: 3
data: 3
client: 2
images:
memory_init: docker.io/kolla/ubuntu-source-elasticsearch:3.0.3
elasticsearch: docker.io/kolla/ubuntu-source-elasticsearch:3.0.3
helm_tests: docker.io/kolla/ubuntu-source-elasticsearch:3.0.3
pull_policy: "IfNotPresent"
network:
client:
port: 9200
discovery:
port: 9300
data:
port: 9300
upgrades:
revision_history: 3
pod_replacement_strategy: RollingUpdate
rolling_update:
max_unavailable: 1
max_surge: 3
resources:
enabled: false
client:
limits:
memory: "1024Mi"
cpu: "2000m"
requests:
memory: "128Mi"
cpu: "500m"
master:
limits:
memory: "1024Mi"
cpu: "2000m"
requests:
memory: "128Mi"
cpu: "500m"
pvc:
name: pvc-elastic
requests:
storage: 2Gi
storage_class: general