prep
[oom.git] / kubernetes / so / charts / so-bpmn-infra / values.yaml
index 047179e..1cb73e6 100755 (executable)
@@ -26,8 +26,8 @@ global:
 #################################################################
 # Application configuration defaults.
 #################################################################
-repository: nexus3.onap.org:10001
-image: onap/so/bpmn-infra:1.3.6
+repository: oomk8s
+image: sbn-oaz:latest
 pullPolicy: Always
 
 replicaCount: 1
@@ -36,10 +36,14 @@ containerPort: 8081
 logPath: ./logs/bpmn/
 app: so-bpmn-infra
 service:
-    type: ClusterIP
+    type: NodePort
     internalPort: 8081
     externalPort: 8081
+    nodePort: "04"
     portName: so-bpmn-port
+    internalPort2: 5005
+    nodePort2: "05"
+    portName2: so-bpmn-debug
 updateStrategy:
     type: RollingUpdate
     maxUnavailable: 1