Gluttony-Cluster/ollama/ollama-service.yaml

13 lines
187 B
YAML
Raw Normal View History

2023-12-24 03:17:26 +00:00
apiVersion: v1
kind: Service
metadata:
name: ollama-service
namespace: ollama-ns
spec:
type: LoadBalancer
ports:
- port: 11434
targetPort: 11434
selector:
app: ollama