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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user