Skip to content

Commit 8b29ae7

Browse files
committed
tune resources and replicas
1 parent a1a7b48 commit 8b29ae7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

profiles/production-platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resources:
5959
maxReplicas: 5
6060
requests:
6161
memory: 8Gi
62-
cpu: 4000m
62+
cpu: 3000m
6363
limits:
6464
memory: 20Gi
6565
cpu: 7500m

profiles/production-ppp.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ green:
4646
resources:
4747
production:
4848
webapp:
49-
minReplicas: 1
49+
minReplicas: 2
5050
maxReplicas: 5
5151
requests:
5252
memory: 32Mi
@@ -55,16 +55,16 @@ resources:
5555
memory: 256Mi
5656
cpu: 500m
5757
api:
58-
minReplicas: 1
58+
minReplicas: 2
5959
maxReplicas: 5
6060
requests:
6161
memory: 2Gi
62-
cpu: 1000m
62+
cpu: 500m
6363
limits:
6464
memory: 5Gi
6565
cpu: 2000m
6666
aiapi:
67-
minReplicas: 1
67+
minReplicas: 2
6868
maxReplicas: 5
6969
requests:
7070
memory: 72Mi

0 commit comments

Comments
 (0)