rename open-webui aplication/namespace
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
@@ -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"
|
||||
@@ -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)
|
||||
@@ -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
|
||||
@@ -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:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user