feat(kustomization): add Rollout configurations for nowchess components
This commit is contained in:
@@ -18,6 +18,27 @@ patches:
|
|||||||
target:
|
target:
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: nowchess-env-config
|
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:
|
images:
|
||||||
- name: ghcr.io/now-chess/now-chess-systems/account
|
- name: ghcr.io/now-chess/now-chess-systems/account
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|||||||
Reference in New Issue
Block a user