generated from phoenix-oss/tenant-tpl
new test of fortigate for KSD
This commit is contained in:
parent
9980d50b07
commit
f76153ff5d
10 changed files with 97 additions and 195 deletions
14
firewall-s3/vm/ksd/network-definitions/mgmt.yaml
Normal file
14
firewall-s3/vm/ksd/network-definitions/mgmt.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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"
|
||||
}
|
||||
}'
|
Loading…
Add table
Add a link
Reference in a new issue