From a38c6d399acd9082dfd40504d8bb50e03c921879 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Mar 2026 19:58:01 +0000 Subject: [PATCH] deploy: update production images to 6df9afdc20270ea2a438c7c152b25b30f8cf8340 --- .../overlays/production/kustomization.yaml | 24 +++++++++++-------- .../overlays/production/kustomization.yaml | 24 +++++++++++-------- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/apps/api/k8s/overlays/production/kustomization.yaml b/apps/api/k8s/overlays/production/kustomization.yaml index 0846825..9a63225 100644 --- a/apps/api/k8s/overlays/production/kustomization.yaml +++ b/apps/api/k8s/overlays/production/kustomization.yaml @@ -1,15 +1,19 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../base +- ../../base patches: - - target: - kind: Deployment +- patch: | + apiVersion: apps/v1 + kind: Deployment + metadata: name: api - patch: | - apiVersion: apps/v1 - kind: Deployment - metadata: - name: api - spec: - replicas: 2 + spec: + replicas: 2 + target: + kind: Deployment + name: api +images: +- name: ghcr.io/lazorgurl/homelab-api + newName: ghcr.io/lazorgurl/homelab-api + newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340 diff --git a/apps/web/k8s/overlays/production/kustomization.yaml b/apps/web/k8s/overlays/production/kustomization.yaml index 862360b..9889b8a 100644 --- a/apps/web/k8s/overlays/production/kustomization.yaml +++ b/apps/web/k8s/overlays/production/kustomization.yaml @@ -1,15 +1,19 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../base +- ../../base patches: - - target: - kind: Deployment +- patch: | + apiVersion: apps/v1 + kind: Deployment + metadata: name: web - patch: | - apiVersion: apps/v1 - kind: Deployment - metadata: - name: web - spec: - replicas: 2 + spec: + replicas: 2 + target: + kind: Deployment + name: web +images: +- name: ghcr.io/lazorgurl/homelab-web + newName: ghcr.io/lazorgurl/homelab-web + newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340