Replace virtlet with kubevirt in plugin_fw_v2
[multicloud/k8s.git] / kud / demo / composite-firewall / sink / 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 nameOverride: ""
15 fullnameOverride: ""
16
17 service:
18 #serivce port value for sink service
19   type: NodePort
20   ports:
21     port: 667
22     nodePort: 30667
23
24 nodeSelector: {}
25
26 tolerations: []
27
28 affinity: {}
29
30 #global vars for parent and subcharts.
31 global:
32
33   #Networks
34   unprotectedNetworkName: unprotected-private-net
35   protectedPrivateNetCidr: 192.168.10.0/24
36
37   emcoPrivateNetworkName: emco-private-net
38
39   protectedNetworkName: protected-private-net
40   protectedNetCidr: 192.168.20.0/24
41   protectedNetGwIp: 192.168.20.100
42   protectedNetGw: 192.168.20.100/24
43
44   #vFirewall container
45   vfwPrivateIp0: 192.168.10.3
46   vfwPrivateIp1: 192.168.20.2
47   vfwPrivateIp2: 10.10.20.3
48
49   #Packetgen container
50   vpgPrivateIp0: 192.168.10.2
51   vpgPrivateIp1: 10.10.20.2
52
53   #Sink container
54   vsnPrivateIp0: 192.168.20.3
55   vsnPrivateIp1: 10.10.20.4
56
57   #########
58   ovnMultusNetworkName: ovn-networkobj
59   demoArtifactsVersion: 1.6.0
60   dcaeCollectorIp: 10.0.4.1
61   dcaeCollectorPort: 8081
62
63 ###
64
65 serviceAccount:
66   # Specifies whether a service account should be created
67   create: true
68   # Annotations to add to the service account
69   annotations: {}
70   # The name of the service account to use.
71   # If not set and create is true, a name is generated using the fullname template
72   name:
73
74 ## RBAC parameteres
75 ## https://kubernetes.io/docs/reference/access-authn-authz/rbac/
76 ##
77 rbac:
78   create: true