Gluttony-Cluster/ollama/ollama-service.yaml
Tyler Perkins 714b400ae1
All checks were successful
continuous-integration/drone/push Build is passing
Add ollama
2024-05-05 18:59:39 -04:00

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