add PersistentVolumeClaim and Service for open-webui deployment
This commit is contained in:
15
cluster/apps/open-webui/open-webui-svc.yml
Normal file
15
cluster/apps/open-webui/open-webui-svc.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: open-webui-service
|
||||
namespace: default
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: open-webui
|
||||
ports:
|
||||
- port: 8080
|
||||
targetPort: 8080
|
||||
nodePort: 4321
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user