Andrea Campanella | 299681f | 2022-05-31 14:54:44 +0200 | [diff] [blame^] | 1 | # 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, |
| 6 | kind: Cluster |
| 7 | apiVersion: kind.x-k8s.io/v1alpha4 |
| 8 | nodes: |
| 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 |