Add cnf for firewall with network of sriov
[multicloud/k8s.git] / starlingx / demo / firewall-sriov / charts / pktgen-sriov / values.yaml
1 # Default values for packetgen.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 ### must be 1 in this case, since host-device are allocatd statically
6 replicaCount: 1
7
8 image:
9   repository: ubuntu
10   tag: latest
11   pullPolicy: IfNotPresent
12
13 nameOverride: ""
14 fullnameOverride: ""
15
16 service:
17 #serivce port value for packetgen service
18   type: NodePort
19   ports:
20     port: 2831
21     nodePort: 30831
22
23 resources:
24   cpu: 3
25   memory: 4Gi
26   hugepage: 256Mi