Gluttony-Cluster/openllm/openllm-service.yaml.off
Tyler Perkins f3b954817c
All checks were successful
continuous-integration/drone/push Build is passing
Remove openllm
2024-03-30 17:32:29 -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