There are currently 2 issues with the Kubernetes manifest:
open-webui-deployment refers to ollama-webui-pvc but not included in kustomization.yaml, causing issue if using GPU deployment
ollama-webui-pvc is using the wrong namespace
This commit fixes both issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/870
**Author:** [@ching-kuo](https://github.com/ching-kuo)
**Created:** 2/23/2024
**Status:** ✅ Merged
**Merged:** 2/23/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `main` ← **Head:** `fix_k8s_manifest`
---
### 📝 Commits (1)
- [`035c2e0`](https://github.com/open-webui/open-webui/commit/035c2e05000dbb5b27f29d3f5670b4cdc4d1053f) Fix Kubernetes Manifest for Web UI
### 📊 Changes
**2 files changed** (+2 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `kubernetes/manifest/base/webui-pvc.yaml` (+1 -1)
📝 `kubernetes/manifest/kustomization.yaml` (+1 -0)
</details>
### 📄 Description
There are currently 2 issues with the Kubernetes manifest:
- open-webui-deployment refers to ollama-webui-pvc but not included in kustomization.yaml, causing issue if using GPU deployment
- ollama-webui-pvc is using the wrong namespace
This commit fixes both issue.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/870
Author: @ching-kuo
Created: 2/23/2024
Status: ✅ Merged
Merged: 2/23/2024
Merged by: @tjbck
Base:
main← Head:fix_k8s_manifest📝 Commits (1)
035c2e0Fix Kubernetes Manifest for Web UI📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
kubernetes/manifest/base/webui-pvc.yaml(+1 -1)📝
kubernetes/manifest/kustomization.yaml(+1 -0)📄 Description
There are currently 2 issues with the Kubernetes manifest:
This commit fixes both issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.