diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-05-31 17:13:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-31 17:13:59 +0000 |
commit | 08b9d7917c4bdf33cbb259306970d1763197b4c8 (patch) | |
tree | fc1d99f1aec4309410acc08da509ce4d361f6aa1 /kubernetes/oof/charts/oof-has/values.yaml | |
parent | f7e3874f51f6edebb4e9b7618182bfba3fb905f8 (diff) | |
parent | 3a63d430a872be94813261168a48033837e916ae (diff) |
Merge "Fix OOF configuration for connectivity"
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 + |