Skip to content

Commit 0c14b94

Browse files
Modify ActiveGate resource requests and limits (#6076)
1 parent 2c1d55a commit 0c14b94

9 files changed

+36
-36
lines changed

assets/samples/dynakube/v1beta6/applicationMonitoring.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ spec:
142142
# networkZone=
143143
# valueFrom: myCustomPropertiesSecret
144144

145-
# Optional: Resource settings for ActiveGate container.
145+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
146146
#
147147
resources:
148148
requests:
149-
cpu: 500m
150-
memory: 1.5Gi
149+
cpu: 200m
150+
memory: 6Gi
151151
limits:
152152
cpu: 1000m
153-
memory: 1.5Gi
153+
memory: 6Gi
154154

155155
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
156156
#

assets/samples/dynakube/v1beta6/classicFullStack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ spec:
180180
# networkZone=
181181
# valueFrom: myCustomPropertiesSecret
182182

183-
# Optional: Resource settings for ActiveGate container.
183+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
184184
#
185185
resources:
186186
requests:
187-
cpu: 500m
188-
memory: 1.5Gi
187+
cpu: 200m
188+
memory: 6Gi
189189
limits:
190190
cpu: 1000m
191-
memory: 1.5Gi
191+
memory: 6Gi
192192

193193
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
194194
#

assets/samples/dynakube/v1beta6/cloudNativeFullStack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,15 @@ spec:
205205
# networkZone=
206206
# valueFrom: myCustomPropertiesSecret
207207

208-
# Optional: Resource settings for ActiveGate container.
208+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
209209
#
210210
resources:
211211
requests:
212-
cpu: 500m
213-
memory: 1.5Gi
212+
cpu: 200m
213+
memory: 6Gi
214214
limits:
215215
cpu: 1000m
216-
memory: 1.5Gi
216+
memory: 6Gi
217217

218218
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
219219
#

assets/samples/dynakube/v1beta6/hostMonitoring.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ spec:
180180
# networkZone=
181181
# valueFrom: myCustomPropertiesSecret
182182

183-
# Optional: Resource settings for ActiveGate container.
183+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
184184
#
185185
resources:
186186
requests:
187-
cpu: 500m
188-
memory: 1.5Gi
187+
cpu: 200m
188+
memory: 6Gi
189189
limits:
190190
cpu: 1000m
191-
memory: 1.5Gi
191+
memory: 6Gi
192192

193193
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
194194
#

assets/samples/dynakube/v1beta6/kubernetesObservability.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ spec:
8888
# networkZone=
8989
# valueFrom: myCustomPropertiesSecret
9090

91-
# Optional: Resource settings for ActiveGate container.
91+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
9292
#
9393
resources:
9494
requests:
95-
cpu: 500m
96-
memory: 1.5Gi
95+
cpu: 200m
96+
memory: 6Gi
9797
limits:
9898
cpu: 1000m
99-
memory: 1.5Gi
99+
memory: 6Gi
100100

101101
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
102102
#

assets/samples/dynakube/v1beta6/kubernetesSecurityPostureManagement.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ spec:
101101
# kubernetes_configuration_dataset_pipeline_enabled = true
102102
# kubernetes_configuration_dataset_pipeline_include_node_config = true
103103

104-
# Optional: Resource settings for ActiveGate container.
104+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
105105
#
106106
resources:
107107
requests:
108-
cpu: 500m
109-
memory: 1.5Gi
108+
cpu: 200m
109+
memory: 6Gi
110110
limits:
111111
cpu: 1000m
112-
memory: 1.5Gi
112+
memory: 6Gi
113113

114114
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
115115
#

assets/samples/dynakube/v1beta6/logMonitoring.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ spec:
105105
# kubernetes_configuration_dataset_pipeline_enabled = true
106106
# kubernetes_configuration_dataset_pipeline_include_node_config = true
107107

108-
# Optional: Resource settings for ActiveGate container.
108+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
109109
#
110110
resources:
111111
requests:
112-
cpu: 500m
113-
memory: 1.5Gi
112+
cpu: 200m
113+
memory: 6Gi
114114
limits:
115115
cpu: 1000m
116-
memory: 1.5Gi
116+
memory: 6Gi
117117

118118
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
119119
#

assets/samples/dynakube/v1beta6/otlpExporterAutoConfigurationWithLocalActiveGate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ spec:
7373
# networkZone=
7474
# valueFrom: myCustomPropertiesSecret
7575

76-
# Optional: Resource settings for ActiveGate container.
76+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
7777
#
7878
resources:
7979
requests:
80-
cpu: 500m
81-
memory: 1.5Gi
80+
cpu: 200m
81+
memory: 6Gi
8282
limits:
8383
cpu: 1000m
84-
memory: 1.5Gi
84+
memory: 6Gi
8585

8686
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
8787
#

assets/samples/dynakube/v1beta6/telemetryIngestWithLocalActiveGate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ spec:
7373
# networkZone=
7474
# valueFrom: myCustomPropertiesSecret
7575

76-
# Optional: Resource settings for ActiveGate container.
76+
# Optional: Resource settings for ActiveGate container. More information and sizing recommendations can be found under https://dt-url.net/26agsizes
7777
#
7878
resources:
7979
requests:
80-
cpu: 500m
81-
memory: 1.5Gi
80+
cpu: 200m
81+
memory: 6Gi
8282
limits:
8383
cpu: 1000m
84-
memory: 1.5Gi
84+
memory: 6Gi
8585

8686
# Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
8787
#

0 commit comments

Comments
 (0)