Skip to content

Commit

Permalink
Increse memory limits for rsyslog-relp-configurator and `rsyslog-re…
Browse files Browse the repository at this point in the history
…lp-configuration-cleaner` daemonsets
  • Loading branch information
plkokanov committed Dec 15, 2023
1 parent 0997016 commit 1b18b6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
memory: 8Mi
cpu: 2m
limits:
memory: 16Mi
memory: 32Mi
volumeMounts:
- name: host-root-volume
mountPath: /host
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
memory: 8Mi
cpu: 2m
limits:
memory: 16Mi
memory: 32Mi
volumeMounts:
{{- if .Values.rsyslogConfig.tls.enabled }}
- name: rsyslog-relp-configurator-tls-volume
Expand Down
4 changes: 2 additions & 2 deletions test/integration/controller/lifecycle/lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
memory: 8Mi
cpu: 2m
limits:
memory: 16Mi
memory: 32Mi
volumeMounts:
- name: host-root-volume
mountPath: /host
Expand Down Expand Up @@ -558,7 +558,7 @@ spec:
memory: 8Mi
cpu: 2m
limits:
memory: 16Mi
memory: 32Mi
volumeMounts:` + stringBasedOnCondition(tlsEnabled, `
- name: rsyslog-relp-configurator-tls-volume
mountPath: /var/lib/rsyslog-relp-configurator/tls`,
Expand Down

0 comments on commit 1b18b6a

Please sign in to comment.