mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
Co-authored-by: Corey White <corey.white@ziffdavis.com> Co-authored-by: luke_schulz <luke.schulz@ziffmedia.com>
13 lines
169 B
YAML
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
|