Tyler Perkins
efa0019bd1
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
209 B
YAML
13 lines
209 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: vllm-inference-server
|
|
namespace: vllm-ns
|
|
spec:
|
|
selector:
|
|
app: vllm-inference-server
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 8000
|
|
targetPort: http
|