generated from phoenix-oss/tenant-tpl
20 lines
No EOL
435 B
YAML
20 lines
No EOL
435 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": "static",
|
|
# "addresses": [
|
|
# {
|
|
# "address": "192.168.10.100/24",
|
|
# "gateway": "192.168.10.1"
|
|
# }
|
|
# ]
|
|
# }
|
|
# }' |