aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/base/templates/protected-private-net.yaml
blob: d0c04d9d29a5710b28b216ee4c6996348f103a0e (plain)
1
2
3
4
5
6
7
8
9
10
apiVersion: k8s.plugin.opnfv.org/v1alpha1
kind: Network
metadata:
  name: {{ .Values.int_private1_net_id }}
spec:
  cniType : ovn4nfv
  ipv4Subnets:
  - name: {{ .Values.int_private1_subnet_id }}
    subnet: {{ .Values.int_private1_net_cidr }}
    gateway: {{ .Values.int_private1_gw_ip }}