feat(nowchess): rename Horizontal Pod Autoscaler and update Rollout configuration for core and ws services
This commit is contained in:
@@ -26,13 +26,6 @@ patches:
|
|||||||
name: nowchess-account
|
name: nowchess-account
|
||||||
spec:
|
spec:
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
- patch: |-
|
|
||||||
apiVersion: autoscaling/v2
|
|
||||||
kind: HorizontalPodAutoscaler
|
|
||||||
metadata:
|
|
||||||
name: nowchess-core
|
|
||||||
spec:
|
|
||||||
minReplicas: 1
|
|
||||||
- patch: |-
|
- patch: |-
|
||||||
apiVersion: autoscaling/v2
|
apiVersion: autoscaling/v2
|
||||||
kind: HorizontalPodAutoscaler
|
kind: HorizontalPodAutoscaler
|
||||||
@@ -40,6 +33,13 @@ patches:
|
|||||||
name: nowchess-ws
|
name: nowchess-ws
|
||||||
spec:
|
spec:
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
|
- patch: |-
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Rollout
|
||||||
|
metadata:
|
||||||
|
name: nowchess-core
|
||||||
|
spec:
|
||||||
|
replicas: 1
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/now-chess/now-chess-systems/account
|
- name: ghcr.io/now-chess/now-chess-systems/account
|
||||||
newTag: 0.4.0
|
newTag: 0.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user