blob: ccf6c83ad1180d62301328bfbc71892576f97bd7 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: "xos-gui"
spec:
type: NodePort
ports:
- port: 4000
targetPort: 4000
protocol: TCP
selector:
app: "xos-gui"