Gluttony-Cluster/openllm/openllm-service.yaml
Tyler Perkins 16f9d94d3c
All checks were successful
continuous-integration/drone/push Build is passing
Add back openllm container
2024-03-30 17:26:57 -04:00

13 lines
188 B
YAML

apiVersion: v1
kind: Service
metadata:
name: openllm-service
namespace: openllm-ns
spec:
type: LoadBalancer
ports:
- port: 3000
targetPort: 3000
selector:
app: openllm