Add config-volume to VES for providing external repo 64/117664/5
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Wed, 10 Feb 2021 09:55:32 +0000 (10:55 +0100)
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Fri, 26 Feb 2021 10:55:22 +0000 (11:55 +0100)
Change-Id: Ibffc6599e4df235ddcf50733c9c12d8091761be4
Issue-ID: DCAEGEN2-2550
Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
dpo/spec/vescollector-componentspec.json

index a861dfb..ea4b827 100644 (file)
       "timeout": "1s",
       "endpoint": "/healthcheck"
     },
+    "volumes": [{
+      "config_volume": {
+        "name": "dcae-external-repo-configmap-schema-map"
+      },
+      "container": {
+        "bind": "/opt/app/VESCollector/etc/externalRepo/"
+      }
+    }, {
+      "config_volume": {
+        "name": "dcae-external-repo-configmap-sa88-rel16"
+      },
+      "container": {
+        "bind": "/opt/app/VESCollector/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/"
+      }
+    }],
     "ports": [
       "8080:0",
       "8443:0"