OpenHands/kind/manifests/service.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

13 lines
169 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: ubuntu-dev
spec:
selector:
app: ubuntu-dev
ports:
- protocol: TCP
port: 8099
targetPort: 3000