Sync OOM docker versions with docker-manifest.csv
[oom.git] / kubernetes / vfc / charts / vfc-vnflcm / values.yaml
index 640a79b..4c7d3ea 100644 (file)
@@ -17,9 +17,8 @@
 #################################################################
 global:
   nodePortPrefix: 302
-  repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
   readinessRepository: oomk8s
-  readinessImage: readiness-check:1.0.0
+  readinessImage: readiness-check:2.0.0
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
 
@@ -28,16 +27,14 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/vfc/vnflcm:1.1.0-SNAPSHOT-latest
+image: onap/vfc/vnflcm:1.1.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
 debugEnabled: false
 
 # application configuration
-# Example:
-config:
-  msbPort: 80
+config: {}
 
 # default number of instances
 replicaCount: 1
@@ -61,6 +58,7 @@ readiness:
 service:
   type: ClusterIP
   name: vfc-vnflcm
+  portName: vfc-vnflcm
   externalPort: 8801
   internalPort: 8801
 #  nodePort: 30801