CDS Blueprint for vFW K8s Use Case
[demo.git] / heat / vFW_CNF_CDS / templates / helm / base_template / templates / unprotected-private-net.yaml
1 apiVersion: k8s.plugin.opnfv.org/v1alpha1
2 kind: Network
3 metadata:
4   name: {{ .Values.int_private1_net_id }}
5   labels:
6     vnf-name: {{ .Values.vnf_name }}
7 spec:
8   cniType : ovn4nfv
9   ipv4Subnets:
10   - name: {{ .Values.int_private1_subnet_id }}
11     subnet: {{ .Values.int_private1_net_cidr }}
12     gateway: {{ .Values.int_private1_gw_ip }}