summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/components/pomba-search-data/resources/config/elastic-search.properties
blob: a42eb427bbf5f3bed76bee31284fbf8ef97a5a18 (plain)
1
2
3
4
5
6
7
{{/*
# ElasticSearch Configuration
*/}}

es.cluster-name=POMBA_ES
es.ip-address=pomba-es.{{.Release.Namespace}}
es.http-port={{.Values.config.elasticsearchHttpPort}}