Tyler Perkins
4fadb94d7f
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 18997c1118
.
13 lines
187 B
YAML
13 lines
187 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ollama-service
|
|
namespace: ollama-ns
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 11434
|
|
targetPort: 11434
|
|
selector:
|
|
app: ollama
|