diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:40:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:40:55 +0000 |
commit | 8fe479f92975d66dbaa3eb8eacef52097fd31edf (patch) | |
tree | 1ab2e7f11fa478776654c85f3da29a0d2c7ec516 /kubernetes/pomba/charts/pomba-search-data/resources/config | |
parent | bc66941b310ea1f723453b010e1b49822ca4a13a (diff) | |
parent | 2bd138da5420be09d64aa4d7e26ec229e54a0380 (diff) |
Merge "[POMBA] change comment style"
Diffstat (limited to 'kubernetes/pomba/charts/pomba-search-data/resources/config')
-rw-r--r-- | kubernetes/pomba/charts/pomba-search-data/resources/config/elastic-search.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/pomba/charts/pomba-search-data/resources/config/elastic-search.properties b/kubernetes/pomba/charts/pomba-search-data/resources/config/elastic-search.properties index 3048e6019e..a42eb427bb 100644 --- a/kubernetes/pomba/charts/pomba-search-data/resources/config/elastic-search.properties +++ b/kubernetes/pomba/charts/pomba-search-data/resources/config/elastic-search.properties @@ -1,4 +1,6 @@ +{{/* # ElasticSearch Configuration +*/}} es.cluster-name=POMBA_ES es.ip-address=pomba-es.{{.Release.Namespace}} |