summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/values.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-02-02 08:37:54 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-02-02 08:41:06 -0500
commitf1376d0fa41b8be8627d679eb8656138b15dad95 (patch)
treeea4b80229ec2bf9e7b17ca93b84283783c1fbe76 /kubernetes/dcaegen2/values.yaml
parentd6b2ea4c0e6299f5f75b84cfba31f99e474e8df2 (diff)
UEB port is not open on all K8S cluster's hosts
Change-Id: Ifc9c9bfe03dbc5b5f94e4c532d42b2c973748738 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-654
Diffstat (limited to 'kubernetes/dcaegen2/values.yaml')
-rw-r--r--kubernetes/dcaegen2/values.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/values.yaml b/kubernetes/dcaegen2/values.yaml
index d446c6be9f..68cfac64e5 100644
--- a/kubernetes/dcaegen2/values.yaml
+++ b/kubernetes/dcaegen2/values.yaml
@@ -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