Skip to content

Commit

Permalink
update autopilot baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Mar 7, 2025
1 parent c11a7a4 commit 5d1cef9
Showing 1 changed file with 42 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,13 @@ spec:
periodSeconds: 15
successThreshold: 1
timeoutSeconds: 5
resources: {}
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 200m
memory: 256Mi
volumeMounts:
- mountPath: /var/log/datadog
name: logdatadog
Expand Down Expand Up @@ -934,7 +940,13 @@ spec:
image: gcr.io/datadoghq/agent:7.63.3
imagePullPolicy: IfNotPresent
name: process-agent
resources: {}
resources:
limits:
cpu: 100m
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
volumeMounts:
- mountPath: /etc/datadog-agent
name: config
Expand Down Expand Up @@ -969,7 +981,13 @@ spec:
image: gcr.io/datadoghq/agent:7.63.3
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
resources:
limits:
cpu: 100m
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
volumeMounts:
- mountPath: /opt/datadog-agent
name: config
Expand Down Expand Up @@ -1006,7 +1024,13 @@ spec:
image: gcr.io/datadoghq/agent:7.63.3
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
resources:
limits:
cpu: 100m
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
volumeMounts:
- mountPath: /etc/datadog-agent
name: config
Expand Down Expand Up @@ -1246,7 +1270,13 @@ spec:
periodSeconds: 15
successThreshold: 1
timeoutSeconds: 5
resources: {}
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 200m
memory: 256Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down Expand Up @@ -1289,6 +1319,13 @@ spec:
image: gcr.io/datadoghq/cluster-agent:7.63.3
imagePullPolicy: IfNotPresent
name: init-volume
resources:
limits:
cpu: 100m
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
volumeMounts:
- mountPath: /opt/datadog-agent
name: config
Expand Down

0 comments on commit 5d1cef9

Please sign in to comment.