Sync docker tags with release manifest
[oom.git] / kubernetes / portal / charts / portal-app / values.yaml
index c8aa81f..13d0138 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/portal-app:2.3.0-STAGING-latest
+image: onap/portal-app:2.3.0
 pullPolicy: Always
 
 # default number of instances
@@ -63,6 +63,9 @@ service:
   externalPort3: 8010
   internalPort3: 8009
   nodePort3: 14
+  externalPort4: 8443
+  internalPort4: 8443
+  nodePort4: 25
 
 mariadb:
   service:
@@ -86,7 +89,7 @@ messageRouter:
 ingress:
   enabled: false
 
-# Resource Limit flavor -By Default using small 
+# Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
 resources:
@@ -104,3 +107,4 @@ resources:
     requests:
       cpu: 2
       memory: 8Gi
+  unlimited: {}