| # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| # Port Mappings are for the ONOS REST, CLI and UI, |
| kind: Cluster |
| apiVersion: kind.x-k8s.io/v1alpha4 |
| nodes: |
| - role: worker |
| - role: worker |
| - role: control-plane |
| kubeadmConfigPatches: |
| - | |
| kind: InitConfiguration |
| nodeRegistration: |
| kubeletExtraArgs: |
| node-labels: "ingress-ready=true" |
| extraPortMappings: |
| - containerPort: 30115 |
| hostPort: 30115 |
| - containerPort: 30120 |
| hostPort: 30120 |