diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-02-04 22:28:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-04 22:28:52 +0000 |
commit | f812cf9697596afd71b871aaff22fd22c599da74 (patch) | |
tree | 0b6dd7578bd6e9d60b3afbed3c71a324b05cbbae /kubernetes/aai/components/aai-traversal/values.yaml | |
parent | 662f946a5837a89d6b9e0a109e4fdfab425e3a11 (diff) | |
parent | 331f004f58c40f70ab3b51cd3d504811ad132c3f (diff) |
Merge "[AAI] Templatize MSB services"
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: |