Skip to content

Commit 155d7ce

Browse files
authored
Increase resource requests/limits for Application Connector components (kyma-project#15340)
* increase resource requests/limits for gateway * increase resource requests/limits for validator
1 parent c05161b commit 155d7ce

File tree

2 files changed

+8
-8
lines changed
  • resources/application-connector/charts

2 files changed

+8
-8
lines changed

resources/application-connector/charts/central-application-connectivity-validator/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ deployment:
88
cacheCleanupIntervalSeconds: 15
99
resources:
1010
limits:
11-
cpu: 100m
11+
cpu: 500m
1212
memory: 128Mi
1313
requests:
14-
cpu: 10m
14+
cpu: 20m
1515
memory: 64Mi
1616

1717
service:
@@ -22,9 +22,9 @@ service:
2222

2323
autoscaling:
2424
enable: true
25-
minReplicas: 1
25+
minReplicas: 2
2626
maxReplicas: 10
27-
cpuUsagePercent: 40
27+
cpuUsagePercent: 80
2828

2929
eventPublisherProxy:
3030
publishCEEndpoint: publish

resources/application-connector/charts/central-application-gateway/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ deployment:
1212
requestLogging: false
1313
resources:
1414
limits:
15-
cpu: 100m
15+
cpu: 500m
1616
memory: 128Mi
1717
requests:
18-
cpu: 10m
18+
cpu: 20m
1919
memory: 64Mi
2020

2121
service:
@@ -27,6 +27,6 @@ service:
2727

2828
autoscaling:
2929
enable: true
30-
minReplicas: 1
30+
minReplicas: 2
3131
maxReplicas: 10
32-
cpuUsagePercent: 40
32+
cpuUsagePercent: 80

0 commit comments

Comments
 (0)