UEB port is not open on all K8S cluster's hosts
[oom.git] / kubernetes / dcaegen2 / values.yaml
index d446c6b..68cfac6 100644 (file)
@@ -6,4 +6,14 @@ nginx:
   tag: stable
 heat_bootstrap:
   repository: ubuntu
-  tag: xenial
\ No newline at end of file
+  tag: xenial
+
+# Those are the IPs of the nodes in your K8S cluster.
+# You don't need to touch this is you have just one node.
+# If you have more than 6 nodes, edit the templates/nginx-service.yaml to add more entries.
+externalIp1:
+externalIp2:
+externalIp3:
+externalIp4:
+externalIp5:
+externalIp6:
\ No newline at end of file