[DCAEMOD] Uses new tpls for repos / images
[oom.git] / kubernetes / dcaemod / components / dcaemod-runtime-api / values.yaml
index f21b7f9..32d651f 100644 (file)
@@ -21,8 +21,6 @@
 global:
   nodePortPrefix: 302
   nodePortPrefixExt: 304
-  readinessRepository: oomk8s
-  readinessImage: readiness-check:2.0.0
 
 config:
   dashboardURL: https://inventory:8080/dcae-service-types
@@ -34,6 +32,12 @@ config:
   dashboardUser: nobody
   #dashboardPassword: doesntmatter
   mrTopicURL: http://message-router:3904/events
+  importCloudify: https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
+  importK8S: plugin:k8splugin?version=3.4.2
+  importPostgres: plugin:pgaas?version=1.3.0
+  importClamp: plugin:clamppolicyplugin?version=1.1.0
+  importDMaaP: plugin:dmaap?version=1.5.0
+  useDmaapPlugin: false
 
 secrets:
   - uid: "dashsecret"
@@ -65,8 +69,7 @@ readiness:
   # Should have a proper readiness endpoint or script
 
 # application image
-repository: nexus3.onap.org:10001
-image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.0
+image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.1.1
 
 # Resource Limit flavor -By Default using small
 flavor: small
@@ -87,3 +90,4 @@ resources:
       cpu: 2
       memory: 2Gi
   unlimited: {}
+