mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
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:
8
kubernetes/manifest/base/kustomization.yaml
Normal file
8
kubernetes/manifest/base/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
resources:
|
||||
- open-webui.yaml
|
||||
- ollama-service.yaml
|
||||
- ollama-statefulset.yaml
|
||||
- webui-deployment.yaml
|
||||
- webui-service.yaml
|
||||
- webui-ingress.yaml
|
||||
- webui-pvc.yaml
|
||||
Reference in New Issue
Block a user