File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
replicaCount : 1
2
2
3
3
4
+ # autoscaling:
5
+ # enabled: true
6
+ # minReplicas: 1
7
+ # maxReplicas: 10 # Define max number of pods
8
+ # targetCPUUtilizationPercentage: 80 # Trigger scaling when CPU usage reaches 80%
9
+ # You can also use targetMemoryUtilizationPercentage if you want to scale based on memory
10
+
4
11
autoscaling :
5
12
enabled : true
6
13
minReplicas : 1
7
14
maxReplicas : 10 # Define max number of pods
8
- targetCPUUtilizationPercentage : 80 # Trigger scaling when CPU usage reaches 80%
9
- # You can also use targetMemoryUtilizationPercentage if you want to scale based on memory
15
+ targetMemoryUtilizationPercentage : 70
10
16
11
17
12
18
image :
@@ -92,10 +98,10 @@ resources:
92
98
enabled : true
93
99
requests :
94
100
# cpu: 100m
95
- memory : 560Mi
101
+ memory : 1024Mi
96
102
limits :
97
103
# cpu: 150m
98
- memory : 1024Mi
104
+ memory : 1648Mi
99
105
# # enabled: true
100
106
# requests:
101
107
# cpu: 100m # Minimum CPU guaranteed to the pod
@@ -181,5 +187,4 @@ secrets:
181
187
HUBSPOT_BASEURL : " https://api.hsforms.com"
182
188
HUBSPOT_INTEGRATION_ENABLED : " false"
183
189
HUBSPOT_PORTALID : " 47180514"
184
- HUBSPOT_FORMID : " c3f6097b-b6a4-486a-8e60-ddd7dbefe535"
185
-
190
+ HUBSPOT_FORMID : " c3f6097b-b6a4-486a-8e60-ddd7dbefe535"
You can’t perform that action at this time.
0 commit comments