diff options
author | jimmy <jf2512@att.com> | 2020-02-28 13:32:04 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-02-28 13:32:16 -0500 |
commit | 1ba42e106503e84c20277c8e8a822369bbfc72ca (patch) | |
tree | 6f93f3db9a5ccfd8484e4a322d79f3dcaecb6128 | |
parent | 764cd8514707c1630dbfa6792b8d15953d5b9a59 (diff) |
Fix MSB config section
Issue-ID: AAI-2809
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I53bb71ce9d8989ee3d481bcf7f2db606455df1d3
-rw-r--r-- | components/aai-resources/templates/deployment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/aai-resources/templates/deployment.yaml b/components/aai-resources/templates/deployment.yaml index 3eccd1a..3d12f4e 100644 --- a/components/aai-resources/templates/deployment.yaml +++ b/components/aai-resources/templates/deployment.yaml @@ -1140,7 +1140,7 @@ spec: "enable_ssl": true, "lb_policy":"ip_hash", "visualRange": "1" - } + }, { "serviceName": "aai-externalSystem", "version": "v17", @@ -1150,7 +1150,7 @@ spec: "enable_ssl": true, "lb_policy":"ip_hash", "visualRange": "1" - } + }, { "serviceName": "aai-externalSystem", "version": "v18", @@ -1160,7 +1160,7 @@ spec: "enable_ssl": true, "lb_policy":"ip_hash", "visualRange": "1" - } + }, { "serviceName": "aai-externalSystem", "version": "v19", |