Skip to content

Commit

Permalink
Update number of replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Jan 6, 2025
1 parent f790d3a commit de8745c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: rnacentral
minReplicas: 8
maxReplicas: 16
minReplicas: 4
maxReplicas: 8
metrics:
- type: Resource
resource:
Expand Down

0 comments on commit de8745c

Please sign in to comment.