Add Open Web UI deployment, service, and persistent volume claim configurations
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 26s

This commit is contained in:
2025-12-09 20:58:01 +05:30
parent 32086a30bc
commit 5126dcecd6
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: open-webui-service
namespace: tools
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: open-webui
ports:
- port: 8123
targetPort: 8080