From 5a05872a7ca79ee3ba9ac82b32a1edcda44a61a8 Mon Sep 17 00:00:00 2001 From: Janis Date: Thu, 30 Apr 2026 11:39:00 +0200 Subject: [PATCH] feat(kustomization): add Rollout configurations for nowchess components --- .../eu-central-1-staging/kustomization.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/nowchess/eu-central-1-staging/kustomization.yaml b/nowchess/eu-central-1-staging/kustomization.yaml index f82d0ce..7690bf2 100644 --- a/nowchess/eu-central-1-staging/kustomization.yaml +++ b/nowchess/eu-central-1-staging/kustomization.yaml @@ -18,6 +18,27 @@ patches: target: kind: ConfigMap name: nowchess-env-config +- patch: |- + apiVersion: argoproj.io/v1alpha1 + kind: Rollout + metadata: + name: nowchess-account + spec: + replicas: 1 +- patch: |- + apiVersion: argoproj.io/v1alpha1 + kind: Rollout + metadata: + name: nowchess-core + spec: + replicas: 1 +- patch: |- + apiVersion: argoproj.io/v1alpha1 + kind: Rollout + metadata: + name: nowchess-ws + spec: + replicas: 1 images: - name: ghcr.io/now-chess/now-chess-systems/account newTag: latest