Gluttony-Cluster/openllm/openllm-service.yaml
Tyler Perkins dfc817f7c7
All checks were successful
continuous-integration/drone/push Build is passing
Add openllm
2024-03-30 17:48:00 -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