aboutsummaryrefslogtreecommitdiffstats
path: root/kud/demo/firewall/charts/sink/values.yaml
blob: 8a70889a45a0dd7ec6ff8fdee2bdcb391d1b3565 (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
# 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: {}