mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 23:57:51 +00:00
Updated PVC naming
This commit is contained in:
parent
2fa94956f4
commit
1d64d31275
@ -2,8 +2,8 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
labels:
|
||||
app: ollama-webui
|
||||
name: ollama-webui-pvc
|
||||
app: open-webui
|
||||
name: open-webui-pvc
|
||||
namespace: open-webui
|
||||
spec:
|
||||
accessModes: ["ReadWriteOnce"]
|
||||
|
Loading…
Reference in New Issue
Block a user