OpenHands/kind/cluster.yaml
brettstewart 54af9ff3fe
feat(runtime): add kubernetes support (#8814)
Co-authored-by: Corey White <corey.white@ziffdavis.com>
Co-authored-by: luke_schulz <luke.schulz@ziffmedia.com>
2025-06-18 21:25:50 +00:00

10 lines
227 B
YAML

---
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: local-hands
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 80 # node port on the cluster for nginx.
hostPort: 80 # local port for nginx http.