[GENERAL] Use readiness container v3.0.1
[oom.git] / kubernetes / onap / resources / environments / dev.yaml
index 4379f64..dd22d8f 100644 (file)
@@ -22,6 +22,7 @@ global:
   # Change to an unused port prefix range to prevent port conflicts
   # with other instances running within the same k8s cluster
   nodePortPrefix: 302
+  nodePortPrefixExt: 304
 
   # ONAP Repository
   # Uncomment the following to enable the use of a single docker
@@ -29,10 +30,10 @@ global:
   # docker images. This includes all images from dockerhub and
   # any other repository that hosts images for ONAP components.
   #repository: nexus3.onap.org:10001
-  #repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
 
-  # readiness check - temporary repo until images migrated to nexus3
-  readinessRepository: oomk8s
+  # readiness check
+  readinessImage: onap/oom/readiness:3.0.1
+
   # logging agent - temporary repo until images migrated to nexus3
   loggingRepository: docker.elastic.co
 
@@ -42,7 +43,7 @@ global:
   # override default mount path root directory
   # referenced by persistent volumes and log files
   persistence:
-    mountPath: /dockerdata
+    mountPath: /dockerdata-nfs
 
   # flag to enable debugging - application support required
   debugEnabled: true
@@ -55,14 +56,21 @@ aaf:
   enabled: false
 aai:
   enabled: false
+  aai-cassandra:
+    replicaCount: 1
 appc:
   enabled: false
+cassandra:
+  enabled: false
+  replicaCount: 1
 clamp:
-  enabled: true
+  enabled: false
 cli:
   enabled: false
 consul:
   enabled: false
+contrib:
+  enabled: false
 dcaegen2:
   enabled: false
 dmaap:
@@ -71,16 +79,24 @@ esr:
   enabled: false
 log:
   enabled: false
-mock:
+  log-logstash:
+    replicaCount: 1
+sniro-emulator:
   enabled: false
 oof:
   enabled: false
+mariadb-galera:
+  enabled: false
 msb:
   enabled: false
 multicloud:
   enabled: false
+nbi:
+  enabled: false
 policy:
   enabled: false
+pomba:
+  enabled: false
 portal:
   enabled: false
 robot:
@@ -92,14 +108,10 @@ sdnc:
 
   replicaCount: 1
 
-  config:
-    enableClustering: false
-
   mysql:
-    disableNfsProvisioner: false
     replicaCount: 1
 so:
-  enabled: true
+  enabled: false
 
   replicaCount: 1