rename open-webui aplication/namespace

This commit is contained in:
2026-09-01 11:20:19 -05:00
parent 5ee8309d32
commit e9924a2524
7 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: open-webui
namespace: open-webui
labels:
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: open-webui
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: http
protocol: TCP
selector:
app.kubernetes.io/name: open-webui