Skip to content

Commit bf2862f

Browse files
committed
scale up
1 parent 7fba302 commit bf2862f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/colectare-declaratii/service.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ spec:
88
metadata:
99
annotations:
1010
autoscaling.knative.dev/min-scale: "1"
11-
autoscaling.knative.dev/max-scale: "1"
11+
autoscaling.knative.dev/max-scale: "3"
1212
spec:
1313
containers:
1414
- image: code4romania/colectare-declaratii:0.1.5
1515
resources:
1616
requests:
17-
cpu: 100m
18-
memory: 128M
17+
cpu: 500m
18+
memory: 256M
1919
limits:
20-
cpu: 250m
20+
cpu: 1000m
2121
memory: 512M
2222
ports:
2323
- containerPort: 80

0 commit comments

Comments
 (0)