CDS Blueprint for vFW K8s Use Case
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vpkg / values.yaml
1 # Static Defaults
2 replicaCount: 1
3 image:
4   repository: virtlet.cloud/ubuntu/16.04
5   tag: latest
6   pullPolicy: IfNotPresent
7 resources:
8   limits:
9     memory: 4Gi
10 service:
11 #service port value for packetgen service
12   type: NodePort
13   ports:
14     port: 2831
15     nodePort: 30831
16
17 # Kubernetes PARAMETERS
18 # Names
19 vpg_name_0: test-vnf-vpg
20 vnf_name: test-vnf
21 int_private1_net_id: unprotected-net
22 onap_private_net_id: onap-private-net
23 # Own Addresses
24 vpg_int_private1_ip_0: 192.168.10.2
25 vpg_onap_private_ip_0: 10.10.100.2
26 # Env variables
27 dcae_collector_ip: 10.0.4.1 #Placeholder
28 dcae_collector_port: 8080
29 demo_artifacts_version: 1.5.0
30 vfw_int_private1_ip_0: 192.168.10.3
31 vsn_int_private2_ip_0: 192.168.20.3
32 int_private2_net_cidr: 192.168.20.0/24