Add helm chart for SO VNFM adapter
[oom.git] / kubernetes / so / values.yaml
index 223cff1..1a59cea 100755 (executable)
@@ -27,7 +27,7 @@ global:
 # Application configuration defaults.
 #################################################################
 repository: nexus3.onap.org:10001
-image: onap/so/api-handler-infra:1.3.0
+image: onap/so/api-handler-infra:1.3.3
 pullPolicy: Always
 
 replicaCount: 1
@@ -39,6 +39,7 @@ service:
     type: NodePort
     nodePort: 77
     internalPort: 8080
+    externalPort: 8080
     portName: so-apih-port
 updateStrategy:
     type: RollingUpdate