diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-18 11:38:49 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-19 08:31:00 +0100 |
commit | 331f004f58c40f70ab3b51cd3d504811ad132c3f (patch) | |
tree | f83f1202e367f0eaaa4babb6b3bde9a88688d099 /kubernetes/aai/components/aai-traversal/values.yaml | |
parent | 552aea3d9fad719414a6ed922de96cf69f0bb5e8 (diff) |
[AAI] Templatize MSB services
Instead of "hardcoding" all services, let's generate them with two
values and shrink a little bit template.
It also simplify the reading of the template.
Issue-ID: OOM-2664
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I2a5f181fac93f34e074998aeaf82489f8305de1f
Diffstat (limited to 'kubernetes/aai/components/aai-traversal/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-traversal/values.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-traversal/values.yaml b/kubernetes/aai/components/aai-traversal/values.yaml index fbfcdaed8d..0242cedd0b 100644 --- a/kubernetes/aai/components/aai-traversal/values.yaml +++ b/kubernetes/aai/components/aai-traversal/values.yaml @@ -1,5 +1,6 @@ # Copyright (c) 2018 Amdocs, Bell Canada, AT&T # Modifications Copyright (c) 2020 Nokia +# Modifications Copyright (c) 2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -129,6 +130,26 @@ pullPolicy: Always restartPolicy: Always flavor: small flavorOverride: small + +api_list: + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + +aai_enpoints: + - name: aai-generic-query + url: search/generic-query + - name: aai-nodes-query + url: search/nodes-query + - name: aai-nquery + url: query + # application configuration config: |