summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/components/pomba-search-data/resources/config/elastic-search.properties
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/pomba/components/pomba-search-data/resources/config/elastic-search.properties')
-rw-r--r--kubernetes/pomba/components/pomba-search-data/resources/config/elastic-search.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/pomba/components/pomba-search-data/resources/config/elastic-search.properties b/kubernetes/pomba/components/pomba-search-data/resources/config/elastic-search.properties
new file mode 100644
index 0000000000..a42eb427bb
--- /dev/null
+++ b/kubernetes/pomba/components/pomba-search-data/resources/config/elastic-search.properties
@@ -0,0 +1,7 @@
+{{/*
+# ElasticSearch Configuration
+*/}}
+
+es.cluster-name=POMBA_ES
+es.ip-address=pomba-es.{{.Release.Namespace}}
+es.http-port={{.Values.config.elasticsearchHttpPort}}