Add cnf for firewall with network of sriov
[multicloud/k8s.git] / starlingx / demo / firewall-sriov / charts / sink-sriov / 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   repository: ubuntu
9   tag: latest
10   pullPolicy: IfNotPresent
11
12 nameOverride: ""
13 fullnameOverride: ""
14
15 resources:
16   cpu: 1
17   memory: 4Gi
18
19 service:
20 #serivce port value for sink service
21   type: NodePort
22   ports:
23     port: 667
24     nodePort: 30667
25
26 nodeSelector: {}
27
28 tolerations: []
29
30 affinity: {}