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
20
firewall-s3/vm/ksd/network-definitions/lan.yaml
Normal file
20
firewall-s3/vm/ksd/network-definitions/lan.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
apiVersion: "k8s.cni.cncf.io/v1"
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: lan-net
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
config: '{
|
||||
"cniVersion": "0.3.1",
|
||||
"type": "bridge",
|
||||
"bridge": "br-lan",
|
||||
"ipam": {
|
||||
"type": "static",
|
||||
"addresses": [
|
||||
{
|
||||
"address": "172.168.100.2/24",
|
||||
"gateway": "172.168.100.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}'
|
Loading…
Add table
Add a link
Reference in a new issue