Skip to content

Commit

Permalink
Merge pull request #496 from wigust/controller-memory-limit
Browse files Browse the repository at this point in the history
Increase operator memory limit to 60Mi
  • Loading branch information
benjaminhuo committed Dec 29, 2022
2 parents b4e04e7 + f931a06 commit a6b741d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: A Helm chart for Kubernetes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.7.0
version: 1.7.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ operator:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 60Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit a6b741d

Please sign in to comment.