Add kind cluster config example

This commit is contained in:
2025-05-12 12:21:54 +02:00
parent 53354a2113
commit 47427e7381

15
examples/kind.yaml Normal file
View File

@ -0,0 +1,15 @@
---
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
name: ut-kind
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 27000
hostPort: 27000
listenAddress: "127.0.0.1"
protocol: UDP
- containerPort: 27080
hostPort: 27080
listenAddress: "127.0.0.1"
protocol: TCP