aboutsummaryrefslogtreecommitdiffstats
path: root/starlingx/demo/firewall-host-netdevice/templates/unprotected-private-net.yaml
blob: 79b475792da1273c833b6fbb2f684732db25a646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
  name: host-device-{{ .Values.global.unprotectedNetPortVfw }}
spec:
  config: '{
      "cniVersion": "0.3.0",
      "type": "host-device",
      "device": "{{ .Values.global.unprotectedNetPortVfw }}"
    }'

---
  
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
  name: host-device-{{ .Values.global.unprotectedNetPortVpg }}
spec:
  config: '{
      "cniVersion": "0.3.0",
      "type": "host-device",
      "device": "{{ .Values.global.unprotectedNetPortVpg }}"
    }'