CDS Blueprint for vFW K8s Use Case
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vsn / values.yaml
1 # Default values for sink.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 image:
8   sinkrepo: rtsood/onap-vfw-demo-sink
9   sinktag: 0.2.0
10   pullPolicy: IfNotPresent
11   darkstatrepo: electrocucaracha/darkstat
12   darkstattag: latest
13
14 service:
15 #serivce port value for sink service
16   type: NodePort
17   ports:
18     port: 667
19     nodePort: 30667
20
21
22 # Static Defaults
23 #
24 # Kubernetes PARAMETERS
25 # Names
26 vnf_name: test-vnf
27 vsn_name_0: test-vnf-vsn
28 int_private2_net_id: protected-net
29 onap_private_net_id: onap-private-net
30
31 # OWN Addresses
32 vsn_int_private2_ip_0: 192.168.20.3
33 vsn_onap_private_ip_0: 10.10.100.4
34 # Env Variables
35 int_private2_gw_ip: 192.168.20.1/24
36 int_private1_net_cidr: 192.168.10.0/24