forked from open-webui/open-webui
remove namespace
This commit is contained in:
parent
76a788939f
commit
770c6f210c
8 changed files with 7 additions and 19 deletions
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
name: open-webui-deployment
|
||||
namespace: {{ .Values.namespace }}
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
|
@ -35,4 +34,4 @@ spec:
|
|||
volumes:
|
||||
- name: webui-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: open-webui-pvc
|
||||
claimName: open-webui-pvc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue