use LB instead of nodePort

This commit is contained in:
2025-05-31 03:14:18 +05:30
parent 72474c092a
commit f0018750a5
25 changed files with 46 additions and 99 deletions

View File

@@ -5,11 +5,9 @@ metadata:
name: open-webui-service
namespace: default
spec:
type: NodePort
type: LoadBalancer
selector:
app: open-webui
ports:
- port: 8080
- port: 4321
targetPort: 8080
nodePort: 4321
protocol: TCP