Tyler Perkins
0eaf5d0e35
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
188 B
Plaintext
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
|