Skip to content

Commit

Permalink
Revert limits/requests back to 800Mi/200Mi.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria committed Jul 22, 2019
1 parent 55ab194 commit 8bf3cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/daemonsets/core/fluentd.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
],
resources: {
limits: {
memory: '500Mi',
memory: '800Mi',
},
requests: {
cpu: '100m',
memory: '100Mi',
memory: '200Mi',
},
},
volumeMounts: [
Expand Down

0 comments on commit 8bf3cc3

Please sign in to comment.