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

@@ -11,10 +11,10 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: body-wars
name: open-webui
namespace: argocd
labels:
app.kubernetes.io/name: body-wars
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: mk-labs
annotations:
# Wave 9: Observability layer, after Hindsight (Wave 8)
@@ -32,7 +32,7 @@ spec:
source:
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: main
path: cluster/applications/body-wars
path: cluster/applications/open-webui
directory:
exclude: "application.yaml"

View File

@@ -2,10 +2,10 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: open-webui
namespace: body-wars
namespace: open-webui
labels:
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: body-wars
app.kubernetes.io/part-of: open-webui
spec:
replicas: 1
strategy:
@@ -20,7 +20,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: body-wars
app.kubernetes.io/part-of: open-webui
spec:
serviceAccountName: open-webui
containers:

View File

@@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: body-wars-credentials
namespace: body-wars
namespace: open-webui
annotations:
# Sync priority: ExternalSecret fetches from 1Password before other resources deploy
argocd.argoproj.io/sync-wave: "-1"

View File

@@ -2,9 +2,9 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: body-wars
namespace: body-wars
namespace: open-webui
labels:
app.kubernetes.io/name: body-wars
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: mk-labs
annotations:
# TLS certificate from Let's Encrypt (production)

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: body-wars
name: open-webui
labels:
app.kubernetes.io/name: body-wars
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: mk-labs

View File

@@ -2,10 +2,10 @@ apiVersion: v1
kind: Service
metadata:
name: open-webui
namespace: body-wars
namespace: open-webui
labels:
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: body-wars
app.kubernetes.io/part-of: open-webui
spec:
type: ClusterIP
ports:

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: open-webui
namespace: body-wars
namespace: open-webui
labels:
app.kubernetes.io/name: open-webui
app.kubernetes.io/part-of: body-wars
app.kubernetes.io/part-of: open-webui