blob: 07915ead537391b7556f1896fcfa8ba4edb4a2a0 [file] [log] [blame]
Andrea Campanella299681f2022-05-31 14:54:44 +02001# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
2#
3# SPDX-License-Identifier: Apache-2.0
4
5# Port Mappings are for the ONOS REST, CLI and UI,
6kind: Cluster
7apiVersion: kind.x-k8s.io/v1alpha4
8nodes:
9 - role: worker
10 - role: worker
11 - role: control-plane
12 kubeadmConfigPatches:
13 - |
14 kind: InitConfiguration
15 nodeRegistration:
16 kubeletExtraArgs:
17 node-labels: "ingress-ready=true"
18 extraPortMappings:
19 - containerPort: 30115
20 hostPort: 30115
21 - containerPort: 30120
22 hostPort: 30120