diff options
Diffstat (limited to 'kubernetes/pomba/charts/pomba-search-data/resources')
-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}} |