1 ################################################################################
2 # Copyright (c) 2019 AT&T Intellectual Property. #
4 # Licensed under the Apache License, Version 2.0 (the "License"); #
5 # you may not use this file except in compliance with the License. #
6 # You may obtain a copy of the License at #
8 # http://www.apache.org/licenses/LICENSE-2.0 #
10 # Unless required by applicable law or agreed to in writing, software #
11 # distributed under the License is distributed on an "AS IS" BASIS, #
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
13 # See the License for the specific language governing permissions and #
14 # limitations under the License. #
15 ################################################################################
19 elasticsearchURL: "" # "http://elasticsearch-master:9200"
20 elasticsearchHosts: "http://elasticsearch-master:9200"
24 # Extra environment variables to append to this nodeGroup
25 # This will be appended to the current 'env:' key. You can use any of the kubernetes env
28 # - name: XPACK_SECURITY_ENABLED
30 # - name: MY_ENVIRONMENT_VAR
31 # # value: the_value_goes_here
34 # A list of secrets and their paths to mount inside the pod
35 # This is useful for mounting certificates for security and for mounting
38 # - name: kibana-keystore
39 # secretName: kibana-keystore
40 # path: /usr/share/kibana/data/kibana.keystore
41 # subPath: kibana.keystore # optional
43 image: "docker.elastic.co/kibana/kibana-oss"
45 imagePullPolicy: "IfNotPresent"
51 # iam.amazonaws.com/role: es-cluster
65 healthCheckPath: "/app/kibana"
67 # Allows you to add any config files in /usr/share/kibana/config/
76 # xpack.security.enabled: false
78 # If Pod Security Policy in use it may be required to specify security context as well as service account
87 # readOnlyRootFilesystem: true
93 # This is the PriorityClass settings as defined in
94 # https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
97 # By default this will make sure two pods don't end up on the same node
98 # Changing this to a region would allow you to spread pods across regions
99 antiAffinityTopologyKey: "kubernetes.io/hostname"
101 # Hard means that by default pods will only be scheduled if there are enough nodes for them
102 # and that they will never end up on the same node. Setting this to soft will do this "best effort"
107 # This is the max unavailable setting for the pod disruption budget
108 # The default value of 1 will make sure that kubernetes won't allow more than 1
109 # of your pods to be unavailable during maintenance
120 # cloud.google.com/load-balancer-type: "Internal"
121 # service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
122 # service.beta.kubernetes.io/azure-load-balancer-internal: "true"
123 # service.beta.kubernetes.io/openstack-internal-load-balancer: "true"
124 # service.beta.kubernetes.io/cce-load-balancer-internal-vpc: "true"
129 # kubernetes.io/ingress.class: nginx
130 # kubernetes.io/tls-acme: "true"
133 - chart-example.local
135 # - secretName: chart-example-tls
137 # - chart-example.local
141 initialDelaySeconds: 10