# 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 fluentd. # This is a YAML-formatted file. # Declare variables to be passed into your templates. images: fluentd: gcr.io/google_containers/fluentd-elasticsearch:1.23 helm_tests: docker.io/kolla/ubuntu-source-elasticsearch:3.0.3 pull_policy: IfNotPresent conf: td_agent: override: endpoints: cluster_domain_suffix: cluster.local logging_db: name: elasticsearch hosts: default: elasticsearch-logging public: elasticsearch host_fqdn_override: default: null path: default: null scheme: default: http port: client: default: 9200 pod: lifecycle: upgrades: daemonsets: pod_replacement_strategy: RollingUpdate fluentd: enabled: true min_ready_seconds: 0 max_unavailable: 1 resources: fluentd: enabled: false limits: memory: "1024Mi" cpu: "2000m" requests: memory: "128Mi" cpu: "500m"