Skip to content

Commit 970ce35

Browse files
updated value.yml file
1 parent 96eb7ff commit 970ce35

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

values.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
replicaCount: 1
22

33

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+
411
autoscaling:
512
enabled: true
613
minReplicas: 1
714
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
1016

1117

1218
image:
@@ -92,10 +98,10 @@ resources:
9298
enabled: true
9399
requests:
94100
# cpu: 100m
95-
memory: 560Mi
101+
memory: 1024Mi
96102
limits:
97103
# cpu: 150m
98-
memory: 1024Mi
104+
memory: 1648Mi
99105
# # enabled: true
100106
# requests:
101107
# cpu: 100m # Minimum CPU guaranteed to the pod
@@ -181,5 +187,4 @@ secrets:
181187
HUBSPOT_BASEURL: "https://api.hsforms.com"
182188
HUBSPOT_INTEGRATION_ENABLED: "false"
183189
HUBSPOT_PORTALID: "47180514"
184-
HUBSPOT_FORMID: "c3f6097b-b6a4-486a-8e60-ddd7dbefe535"
185-
190+
HUBSPOT_FORMID: "c3f6097b-b6a4-486a-8e60-ddd7dbefe535"

0 commit comments

Comments
 (0)