Skip to content

Commit de8745c

Browse files
committed
Update number of replicas
1 parent f790d3a commit de8745c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/hpa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ spec:
88
apiVersion: apps/v1
99
kind: Deployment
1010
name: rnacentral
11-
minReplicas: 8
12-
maxReplicas: 16
11+
minReplicas: 4
12+
maxReplicas: 8
1313
metrics:
1414
- type: Resource
1515
resource:

0 commit comments

Comments
 (0)