From bdf5b27206a210c7b833552ae736c9c4c0ef6b53 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 1 May 2026 19:16:48 +0200 Subject: [PATCH] feat(nowchess): rename Horizontal Pod Autoscaler and update Rollout configuration for core and ws services --- nowchess/eu-central-1-staging/kustomization.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nowchess/eu-central-1-staging/kustomization.yaml b/nowchess/eu-central-1-staging/kustomization.yaml index e4e6ab2..37a3aa2 100644 --- a/nowchess/eu-central-1-staging/kustomization.yaml +++ b/nowchess/eu-central-1-staging/kustomization.yaml @@ -26,13 +26,6 @@ patches: name: nowchess-account spec: minReplicas: 1 -- patch: |- - apiVersion: autoscaling/v2 - kind: HorizontalPodAutoscaler - metadata: - name: nowchess-core - spec: - minReplicas: 1 - patch: |- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -40,6 +33,13 @@ patches: name: nowchess-ws spec: minReplicas: 1 +- patch: |- + apiVersion: argoproj.io/v1alpha1 + kind: Rollout + metadata: + name: nowchess-core + spec: + replicas: 1 images: - name: ghcr.io/now-chess/now-chess-systems/account newTag: 0.4.0