use LB instead of nodePort
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user