feat(kustomization): add Rollout configurations for nowchess components

This commit is contained in:
2026-04-30 11:39:00 +02:00
parent deaf611202
commit 5a05872a7c
@@ -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