Skip to content

Commit

Permalink
chore: adjust some resources
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Sep 20, 2024
1 parent f000e94 commit 3ed53e0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ spec:
resources:
requests:
cpu: 10m
memory: 256Mi
memory: 400Mi
limits:
memory: 768Mi
memory: 1Gi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
resources:
requests:
cpu: 200m
memory: 300Mi
memory: 400Mi
limits:
memory: 1Gi
startupProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
readiness: *probe
resources:
requests:
cpu: 10m
cpu: 20m
limits:
memory: 512Mi
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ spec:
name: alertmanager-telegram
resources:
requests:
cpu: 10m
memory: 100Mi
cpu: 5m
memory: 60Mi
limits:
memory: 200Mi
pod:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ spec:
enabled: true
resources:
requests:
cpu: 10m
memory: 50Mi
cpu: 5m
memory: 40Mi
limits:
memory: 100Mi
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ spec:
resources:
requests:
cpu: 5m
memory: 20Mi
memory: 25Mi
limits:
memory: 50Mi

0 comments on commit 3ed53e0

Please sign in to comment.