add PersistentVolumeClaim and Service for open-webui deployment

This commit is contained in:
2025-05-25 12:12:09 +05:30
parent 51071e9525
commit 1a36bcb52f
3 changed files with 59 additions and 0 deletions

View 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