summaryrefslogtreecommitdiffstats
path: root/kubernetes/log/charts/log-elasticsearch/values.yaml
diff options
context:
space:
mode:
authorBorislavG <Borislav.Glozman@amdocs.com>2018-04-08 17:50:07 +0300
committerBorislavG <Borislav.Glozman@amdocs.com>2018-04-08 17:57:55 +0300
commit2cf26840e1173501739c159ce1066874a02cf839 (patch)
tree53f5b1cf7d2b7d06d572d37f8bd8c642cdc63ef0 /kubernetes/log/charts/log-elasticsearch/values.yaml
parent6cfff80ec93d4a4fa3bdeb5289a70c4296560db1 (diff)
Add missing NodePorts to log components
Along the way increase kibana initial timeout in order to be able to test on slower system. Issue-ID: OOM-847 Change-Id: Iab7141f5af752e2eee5e98db9c3b9f13fae04d0f Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Diffstat (limited to 'kubernetes/log/charts/log-elasticsearch/values.yaml')
-rw-r--r--kubernetes/log/charts/log-elasticsearch/values.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/kubernetes/log/charts/log-elasticsearch/values.yaml b/kubernetes/log/charts/log-elasticsearch/values.yaml
index 2e6e08509e..d5ac1d1781 100644
--- a/kubernetes/log/charts/log-elasticsearch/values.yaml
+++ b/kubernetes/log/charts/log-elasticsearch/values.yaml
@@ -82,15 +82,16 @@ persistence:
mountSubPathLogs: log
service:
- #Example service definition with external, internal and node ports.
- #Services may use any combination of ports depending on the 'type' of
- #service being defined.
- type: ClusterIP
+ type: NodePort
name: log-es
externalPort: 9200
internalPort: 9200
- externalPortTcp: 9300
- internalPortTcp: 9300
+ nodePort: 54
+ type2: ClusterIP
+ name2: log-es-tcp
+ externalPort2: 9300
+ internalPort2: 9300
+
ingress:
enabled: false