Skip to content

Commit

Permalink
fix: set min replicas to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Dec 7, 2024
1 parent 407fa64 commit 8fca49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/k8s/main/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: app-prod
minReplicas: 1
minReplicas: 2
maxReplicas: 12
metrics:
- type: Resource
Expand Down

0 comments on commit 8fca49d

Please sign in to comment.