Run all components in one namespace
[oom.git] / kubernetes / vfc / values.yaml
1 nsPrefix: onap
2 pullPolicy: IfNotPresent
3 msbaddr: msb-iag.{{ .Values.nsPrefix }}:80
4 nslcm:
5   image: nexus3.onap.org:10001/onap/vfc/nslcm:v1.0.2
6   port: 8403
7   nodePort: 30403
8   replicas: 1
9 resmgr:
10   image: nexus3.onap.org:10001/onap/vfc/resmanagement:v1.0.0
11   port: 8480
12   nodePort: 30480
13   replicas: 1
14 gvnfmdriver:
15   image: nexus3.onap.org:10001/onap/vfc/gvnfmdriver:v1.0.1
16   port: 8484
17   nodePort: 30484
18   replicas: 1
19 ztevnfmdriver:
20   image: nexus3.onap.org:10001/onap/vfc/ztevnfmdriver:v1.0.2
21   port: 8410
22   nodePort: 30410
23   replicas: 1
24 hwvnfmdriver:
25   image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei:v1.0.2
26   port: 8482
27   nodePort: 30482
28   replicas: 1
29 ztesdncdriver:
30   image: nexus3.onap.org:10001/onap/vfc/ztesdncdriver:v1.0.0
31   port: 8411
32   nodePort: 30411
33   replicas: 1
34 nokiavnfmdriver:
35   image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/nokia:v1.0.2
36   port: 8486
37   nodePort: 30412
38   replicas: 1
39 jujudriver:
40   image: nexus3.onap.org:10001/onap/vfc/jujudriver:v1.0.0
41   port: 8483
42   nodePort: 30483
43   replicas: 1
44 vnflcm:
45   image: nexus3.onap.org:10001/onap/vfc/vnflcm:v1.0.1
46   port: 8801
47   nodePort: 30801
48   replicas: 1
49 vnfres:
50   image: nexus3.onap.org:10001/onap/vfc/vnfres:v1.0.1
51   port: 8802
52   nodePort: 30802
53   replicas: 1
54 vnfmgr:
55   image: nexus3.onap.org:10001/onap/vfc/vnfmgr:v1.0.1
56   port: 8803
57   nodePort: 30803
58   replicas: 1
59 emsdriver:
60   image: nexus3.onap.org:10001/onap/vfc/emsdriver:v1.0.1
61   port: 8206
62   nodePort: 30296
63   replicas: 1
64 workflow:
65   image: nexus3.onap.org:10001/onap/vfc/wfengine-mgrservice:v1.0.0
66   port: 10550
67   nodePort: 30805
68   replicas: 1
69 workflowengineactiviti:
70   image: nexus3.onap.org:10001/onap/vfc/wfengine-activiti:v1.0.0
71   port: 8080
72   nodePort: 30807
73   replicas: 1
74 catalog:
75   image: nexus3.onap.org:10001/onap/vfc/catalog:v1.0.2
76   port: 8806
77   nodePort: 30806
78   replicas: 1