Skip to content

Commit a1f2998

Browse files
committed
Update number of replicas
1 parent eaa66bf commit a1f2998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/hpa.yaml

+2-2
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: 4
12-
maxReplicas: 8
11+
minReplicas: 8
12+
maxReplicas: 16
1313
metrics:
1414
- type: Resource
1515
resource:

0 commit comments

Comments
 (0)