aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/values.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-04-10 19:50:06 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-10 19:50:06 +0000
commitc3c89fbd196923b950474a2fa986d63c3db33d1c (patch)
treefb9d9d8a71aa49e19dc52d52632e7b0154bb6d5f /kubernetes/vfc/values.yaml
parent468719508d61cbf1d16a5601bfc8db7c33f33b87 (diff)
parent6ba69cdbbbadc12cd1e14951e8209b383e2624d5 (diff)
Merge "Standardized Config for VFC"
Diffstat (limited to 'kubernetes/vfc/values.yaml')
-rw-r--r--kubernetes/vfc/values.yaml96
1 files changed, 13 insertions, 83 deletions
diff --git a/kubernetes/vfc/values.yaml b/kubernetes/vfc/values.yaml
index 5bd6b09f62..aac8039a72 100644
--- a/kubernetes/vfc/values.yaml
+++ b/kubernetes/vfc/values.yaml
@@ -12,86 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-nsPrefix: onap
-pullPolicy: IfNotPresent
-msbaddr: msb-iag.{{ .Values.nsPrefix }}:80
-nslcm:
- image: nexus3.onap.org:10001/onap/vfc/nslcm:v1.0.2
- port: 8403
- nodePort: 30403
- replicas: 1
-resmgr:
- image: nexus3.onap.org:10001/onap/vfc/resmanagement:v1.0.0
- port: 8480
- nodePort: 30480
- replicas: 1
-gvnfmdriver:
- image: nexus3.onap.org:10001/onap/vfc/gvnfmdriver:v1.0.1
- port: 8484
- nodePort: 30484
- replicas: 1
-ztevnfmdriver:
- image: nexus3.onap.org:10001/onap/vfc/ztevnfmdriver:v1.0.2
- port: 8410
- nodePort: 30410
- replicas: 1
-hwvnfmdriver:
- image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei:v1.0.2
- port: 8482
- nodePort: 30482
- replicas: 1
-ztesdncdriver:
- image: nexus3.onap.org:10001/onap/vfc/ztesdncdriver:v1.0.0
- port: 8411
- nodePort: 30411
- replicas: 1
-nokiavnfmdriver:
- image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/nokia:v1.0.2
- port: 8486
- nodePort: 30412
- replicas: 1
-nokiav2vnfmdriver:
- image: nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/nokiav2:1.1.0-STAGING-latest
- port: 8089
- nodePort: 30413
- replicas: 1
-jujudriver:
- image: nexus3.onap.org:10001/onap/vfc/jujudriver:v1.0.0
- port: 8483
- nodePort: 30483
- replicas: 1
-vnflcm:
- image: nexus3.onap.org:10001/onap/vfc/vnflcm:v1.0.1
- port: 8801
- nodePort: 30801
- replicas: 1
-vnfres:
- image: nexus3.onap.org:10001/onap/vfc/vnfres:v1.0.1
- port: 8802
- nodePort: 30802
- replicas: 1
-vnfmgr:
- image: nexus3.onap.org:10001/onap/vfc/vnfmgr:v1.0.1
- port: 8803
- nodePort: 30803
- replicas: 1
-emsdriver:
- image: nexus3.onap.org:10001/onap/vfc/emsdriver:v1.0.1
- port: 8206
- nodePort: 30296
- replicas: 1
-workflow:
- image: nexus3.onap.org:10001/onap/vfc/wfengine-mgrservice:v1.0.0
- port: 10550
- nodePort: 30805
- replicas: 1
-workflowengineactiviti:
- image: nexus3.onap.org:10001/onap/vfc/wfengine-activiti:v1.0.0
- port: 8080
- nodePort: 30807
- replicas: 1
-catalog:
- image: nexus3.onap.org:10001/onap/vfc/catalog:v1.0.2
- port: 8806
- nodePort: 30806
- replicas: 1
+# application configuration
+config:
+ logstashServiceName: log-ls
+ logstashPort: 5044
+
+# sub-chart configuration
+vfc-workflow:
+ service:
+ externalPort: 10550
+
+vfc-workflow-engine:
+ config:
+ workflowPort: 10550 \ No newline at end of file