diff options
Diffstat (limited to 'kubernetes/dcaegen2/values.yaml')
-rw-r--r-- | kubernetes/dcaegen2/values.yaml | 12 |
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 |