mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
82fbfd69a5
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.
9 lines
134 B
YAML
9 lines
134 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../base
|
|
|
|
patches:
|
|
- path: ollama-statefulset-gpu.yaml
|