Skip to content

Commit

Permalink
fix: increase fluentd resource limits (#946)
Browse files Browse the repository at this point in the history
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>

Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed Aug 11, 2022
1 parent 7772b90 commit 0d0675f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: arc-monitoring
name: akvsecretsprovider-arc-monitoring
namespace: {{ .Release.Namespace }}
labels:
app: arc-monitoring
Expand Down Expand Up @@ -186,7 +186,7 @@ spec:
memory: 100Mi
limits:
cpu: 50m
memory: 100Mi
memory: 150Mi
env:
- name: FLUENTD_CONF
value: /etc/fluentd/fluentd.conf
Expand Down

0 comments on commit 0d0675f

Please sign in to comment.