You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eks_fargate/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ The following is output from a sample Redis deployment's pod where the Admission
228
228
229
229
The sidecar uses the image repository and tags set in `datadog-agent.yaml`.
230
230
231
-
{{< highlight yaml "hl_lines=15-37" >}}
231
+
```yaml
232
232
metadata:
233
233
labels:
234
234
app: redis
@@ -266,7 +266,7 @@ spec:
266
266
requests:
267
267
cpu: 200m
268
268
memory: 256Mi
269
-
{{< /highlight >}}
269
+
```
270
270
271
271
##### Custom configuration with sidecar profiles and custom selectors - Datadog Operator
272
272
@@ -311,7 +311,7 @@ Apply this configuration and wait for the Cluster Agent to reach a running state
311
311
312
312
The following is output from a Redis deployment's pod where the Admission Controller injected an Agent sidecar based on the pod label `app: redis` instead of the label `agent.datadoghq.com/sidecar: fargate`:
313
313
314
-
{{< highlight yaml "hl_lines=29-38" >}}
314
+
```yaml
315
315
metadata:
316
316
labels:
317
317
app: redis
@@ -350,7 +350,7 @@ spec:
350
350
limits:
351
351
cpu: "800m"
352
352
memory: "512Mi"
353
-
{{< /highlight >}}
353
+
```
354
354
355
355
The environment variables and resource settings are automatically applied based on the new Fargate profile configured in the `DatadogAgent`.
356
356
@@ -400,7 +400,7 @@ The following is output from a sample Redis Deployment's pod where the Admission
400
400
401
401
The sidecar uses the image repository and tags set in `datadog-values.yaml`.
402
402
403
-
{{< highlight yaml "hl_lines=15-37" >}}
403
+
```yaml
404
404
metadata:
405
405
labels:
406
406
app: redis
@@ -438,7 +438,7 @@ spec:
438
438
requests:
439
439
cpu: 200m
440
440
memory: 256Mi
441
-
{{< /highlight >}}
441
+
```
442
442
443
443
##### Custom configuration with sidecar profiles and custom selectors - Helm
444
444
@@ -481,7 +481,7 @@ Apply this configuration and wait for the Cluster Agent to reach a running state
481
481
482
482
The following is output from a Redis deployment's pod where the Admission Controller injected an Agent sidecar based on the pod label `app: redis` instead of the label `agent.datadoghq.com/sidecar: fargate`:
483
483
484
-
{{< highlight yaml "hl_lines=29-37" >}}
484
+
```yaml
485
485
metadata:
486
486
labels:
487
487
app: redis
@@ -520,7 +520,7 @@ spec:
520
520
limits:
521
521
cpu: "800m"
522
522
memory: "512Mi"
523
-
{{< /highlight >}}
523
+
```
524
524
525
525
The environment variables and resource settings are automatically applied based on the new Fargate profile configured in the Helm configuration.
0 commit comments