Skip to content

Commit

Permalink
bump memory (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxav authored Dec 19, 2023
1 parent 9fb6c55 commit a20ffde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Align PSS (deploy PSPs conditionally).
- Configure `gsoci.azurecr.io` as the default container image registry.
- Increase memory resources.

## [0.8.1] - 2023-08-24

Expand Down
4 changes: 2 additions & 2 deletions helm/dns-operator-route53/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pod:
id: 1000
resources:
limits:
memory: 120Mi
memory: 200Mi
requests:
memory: 120Mi
memory: 200Mi

# necessary for RBACs
# provider:
Expand Down

0 comments on commit a20ffde

Please sign in to comment.