aboutsummaryrefslogtreecommitdiffstats
path: root/kud/demo/composite-firewall/sink/values.yaml
blob: 8d80b81f27a04d585944c3298fa12e1d6ff74c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Default values for sink.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

image:
  sinkrepo: rtsood/onap-vfw-demo-sink
  sinktag: 0.2.0
  pullPolicy: IfNotPresent
  darkstatrepo: electrocucaracha/darkstat
  darkstattag: latest

nameOverride: ""
fullnameOverride: ""

service:
#serivce port value for sink service
  type: NodePort
  ports:
    port: 667
    nodePort: 30667

nodeSelector: {}

tolerations: []

affinity: {}

#global vars for parent and subcharts.
global:

  #Networks
  unprotectedNetworkName: unprotected-private-net
  protectedPrivateNetCidr: 192.168.10.0/24

  emcoPrivateNetworkName: emco-private-net

  protectedNetworkName: protected-private-net
  protectedNetCidr: 192.168.20.0/24
  protectedNetGwIp: 192.168.20.100
  protectedNetGw: 192.168.20.100/24

  #vFirewall container
  vfwPrivateIp0: 192.168.10.3
  vfwPrivateIp1: 192.168.20.2
  vfwPrivateIp2: 10.10.20.3

  #Packetgen container
  vpgPrivateIp0: 192.168.10.2
  vpgPrivateIp1: 10.10.20.2

  #Sink container
  vsnPrivateIp0: 192.168.20.3
  vsnPrivateIp1: 10.10.20.4

  #########
  ovnMultusNetworkName: ovn-networkobj
  demoArtifactsVersion: 1.6.0
  dcaeCollectorIp: 10.0.4.1
  dcaeCollectorPort: 8081

###

serviceAccount:
  # Specifies whether a service account should be created
  create: true
  # Annotations to add to the service account
  annotations: {}
  # The name of the service account to use.
  # If not set and create is true, a name is generated using the fullname template
  name:

## RBAC parameteres
## https://kubernetes.io/docs/reference/access-authn-authz/rbac/
##
rbac:
  create: true