Added nodeSelectors for allocating GPU nodePools in the cloud and configured volumes for WebUI

This commit is contained in:
braveokafor 2023-12-28 16:28:09 +01:00
parent 02ce0c47f4
commit b42b2e7890
6 changed files with 64 additions and 13 deletions

View file

@ -4,7 +4,7 @@ metadata:
name: ollama-webui-service
namespace: {{ .Values.namespace }}
spec:
type: NodePort # Use LoadBalancer if you're on a cloud that supports it
type: {{ .Values.webui.service.type }} # Default: NodePort # Use LoadBalancer if you're on a cloud that supports it
selector:
app: ollama-webui
ports: