Improve kustomization usage

Ensure that the `manifest/base` folder can be used as a standalone
kustomization resource.

Add a new subfolder `manifest/gpu` which uses `manifest/base` with
additional GPU related patches.
This commit is contained in:
Andreas Fritzler
2024-09-08 20:18:49 +02:00
parent e510c8b11f
commit 82fbfd69a5
4 changed files with 16 additions and 13 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: ollama
namespace: open-webui
spec:
selector:
matchLabels:
app: ollama
serviceName: "ollama"
template:
spec:
containers:
- name: ollama
resources:
limits:
nvidia.com/gpu: "1"