rename open-webui aplication/namespace
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: body-wars
|
name: open-webui
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: body-wars
|
app.kubernetes.io/name: open-webui
|
||||||
app.kubernetes.io/part-of: mk-labs
|
app.kubernetes.io/part-of: mk-labs
|
||||||
annotations:
|
annotations:
|
||||||
# Wave 9: Observability layer, after Hindsight (Wave 8)
|
# Wave 9: Observability layer, after Hindsight (Wave 8)
|
||||||
@@ -32,7 +32,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: cluster/applications/body-wars
|
path: cluster/applications/open-webui
|
||||||
directory:
|
directory:
|
||||||
exclude: "application.yaml"
|
exclude: "application.yaml"
|
||||||
|
|
||||||
@@ -2,10 +2,10 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: open-webui
|
name: open-webui
|
||||||
namespace: body-wars
|
namespace: open-webui
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: open-webui
|
app.kubernetes.io/name: open-webui
|
||||||
app.kubernetes.io/part-of: body-wars
|
app.kubernetes.io/part-of: open-webui
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: open-webui
|
app.kubernetes.io/name: open-webui
|
||||||
app.kubernetes.io/part-of: body-wars
|
app.kubernetes.io/part-of: open-webui
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: open-webui
|
serviceAccountName: open-webui
|
||||||
containers:
|
containers:
|
||||||
@@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1beta1
|
|||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: body-wars-credentials
|
name: body-wars-credentials
|
||||||
namespace: body-wars
|
namespace: open-webui
|
||||||
annotations:
|
annotations:
|
||||||
# Sync priority: ExternalSecret fetches from 1Password before other resources deploy
|
# Sync priority: ExternalSecret fetches from 1Password before other resources deploy
|
||||||
argocd.argoproj.io/sync-wave: "-1"
|
argocd.argoproj.io/sync-wave: "-1"
|
||||||
@@ -2,9 +2,9 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: body-wars
|
name: body-wars
|
||||||
namespace: body-wars
|
namespace: open-webui
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: body-wars
|
app.kubernetes.io/name: open-webui
|
||||||
app.kubernetes.io/part-of: mk-labs
|
app.kubernetes.io/part-of: mk-labs
|
||||||
annotations:
|
annotations:
|
||||||
# TLS certificate from Let's Encrypt (production)
|
# TLS certificate from Let's Encrypt (production)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: body-wars
|
name: open-webui
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: body-wars
|
app.kubernetes.io/name: open-webui
|
||||||
app.kubernetes.io/part-of: mk-labs
|
app.kubernetes.io/part-of: mk-labs
|
||||||
@@ -2,10 +2,10 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: open-webui
|
name: open-webui
|
||||||
namespace: body-wars
|
namespace: open-webui
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: open-webui
|
app.kubernetes.io/name: open-webui
|
||||||
app.kubernetes.io/part-of: body-wars
|
app.kubernetes.io/part-of: open-webui
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: open-webui
|
name: open-webui
|
||||||
namespace: body-wars
|
namespace: open-webui
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: open-webui
|
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