diff --git a/cluster/applications/body-wars/application.yaml b/cluster/applications/open-webui/application.yaml similarity index 93% rename from cluster/applications/body-wars/application.yaml rename to cluster/applications/open-webui/application.yaml index b590804..aae8c2c 100644 --- a/cluster/applications/body-wars/application.yaml +++ b/cluster/applications/open-webui/application.yaml @@ -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" diff --git a/cluster/applications/body-wars/deployment.yaml b/cluster/applications/open-webui/deployment.yaml similarity index 95% rename from cluster/applications/body-wars/deployment.yaml rename to cluster/applications/open-webui/deployment.yaml index 57985b7..d0f1087 100644 --- a/cluster/applications/body-wars/deployment.yaml +++ b/cluster/applications/open-webui/deployment.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: diff --git a/cluster/applications/body-wars/externalsecret.yaml b/cluster/applications/open-webui/externalsecret.yaml similarity index 96% rename from cluster/applications/body-wars/externalsecret.yaml rename to cluster/applications/open-webui/externalsecret.yaml index f0d3f28..81260d1 100644 --- a/cluster/applications/body-wars/externalsecret.yaml +++ b/cluster/applications/open-webui/externalsecret.yaml @@ -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" diff --git a/cluster/applications/body-wars/ingress.yaml b/cluster/applications/open-webui/ingress.yaml similarity index 94% rename from cluster/applications/body-wars/ingress.yaml rename to cluster/applications/open-webui/ingress.yaml index e95c998..559c587 100644 --- a/cluster/applications/body-wars/ingress.yaml +++ b/cluster/applications/open-webui/ingress.yaml @@ -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) diff --git a/cluster/applications/body-wars/namespace.yaml b/cluster/applications/open-webui/namespace.yaml similarity index 60% rename from cluster/applications/body-wars/namespace.yaml rename to cluster/applications/open-webui/namespace.yaml index 17e2a41..5427d84 100644 --- a/cluster/applications/body-wars/namespace.yaml +++ b/cluster/applications/open-webui/namespace.yaml @@ -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 diff --git a/cluster/applications/body-wars/service.yaml b/cluster/applications/open-webui/service.yaml similarity index 79% rename from cluster/applications/body-wars/service.yaml rename to cluster/applications/open-webui/service.yaml index b599ea5..76466fa 100644 --- a/cluster/applications/body-wars/service.yaml +++ b/cluster/applications/open-webui/service.yaml @@ -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: diff --git a/cluster/applications/body-wars/serviceaccount.yaml b/cluster/applications/open-webui/serviceaccount.yaml similarity index 63% rename from cluster/applications/body-wars/serviceaccount.yaml rename to cluster/applications/open-webui/serviceaccount.yaml index 545459f..891dab7 100644 --- a/cluster/applications/body-wars/serviceaccount.yaml +++ b/cluster/applications/open-webui/serviceaccount.yaml @@ -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