blob: e3ebbfac393eed0a7f219b689da567f1e83128a6 [file] [log] [blame]
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +01001{{/*
Sylvain Desbureaux70070412020-11-09 21:58:48 +01002# Copyright © 2018 Amdocs, Bell Canada, AT&T
3#
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
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
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
16# ElasticSearch Configuration
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +010017*/}}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010018es.cluster-name=ES_AAI
19es.ip-address=aai-elasticsearch.{{.Release.Namespace}}
20es.http-port={{ .Values.config.elasticsearchHttpPort }}
21es.uri-scheme=http
22es.auth-user=admin
23es.auth-password=OBF:1u2a1toa1w8v1tok1u30
24es.trust-store=auth/tomcat_keystore
25es.trust-store-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
26