mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08: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
|