Gluttony-Cluster/openllm/openllm-service.yaml.off
Tyler Perkins 0eaf5d0e35
All checks were successful
continuous-integration/drone/push Build is passing
Remove openllm containers
2024-03-30 16:43:58 -04:00

13 lines
188 B
Plaintext

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