generated from phoenix-oss/tenant-tpl
14 lines
No EOL
265 B
YAML
14 lines
No EOL
265 B
YAML
apiVersion: "k8s.cni.cncf.io/v1"
|
|
kind: NetworkAttachmentDefinition
|
|
metadata:
|
|
name: mgmt-net
|
|
namespace: ${TENANT_NAMESPACE}
|
|
spec:
|
|
config: '{
|
|
"cniVersion": "0.3.1",
|
|
"type": "bridge",
|
|
"bridge": "br-mgmt",
|
|
"ipam": {
|
|
"type": "dhcp"
|
|
}
|
|
}' |