diff options
author | Ritu Sood <ritu.sood@intel.com> | 2018-05-24 08:23:14 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2018-05-29 22:21:12 -0700 |
commit | 3a63d430a872be94813261168a48033837e916ae (patch) | |
tree | e3243dd5eb04c8541ee44c9158ffe41c1b93ce77 /kubernetes/oof/charts/oof-has/values.yaml | |
parent | 7a1d526b8a1eab6cbb7cc45248b44c52d5979077 (diff) |
Fix OOF configuration for connectivity
Update AAI and add Multicloud section
to configuration to fix connectivity
issues and also update deployment
template
Issue-ID: INT-144
Change-Id: I7c9d4177613bc6584d95d6bef359a5455ca6acec
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Diffstat (limited to 'kubernetes/oof/charts/oof-has/values.yaml')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/values.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/oof/charts/oof-has/values.yaml b/kubernetes/oof/charts/oof-has/values.yaml index 25a076b6cc..00f59a650c 100755 --- a/kubernetes/oof/charts/oof-has/values.yaml +++ b/kubernetes/oof/charts/oof-has/values.yaml @@ -30,3 +30,11 @@ global: pullPolicy: Always nodePortPrefix: 302 dataRootDir: /dockerdata-nfs +config: + aai: + serviceName: aai + port: 8443 + msb: + serviceName: msb-iag + port: 80 + |