Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/adjust-nginz-memory-limits
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjust the requested memory and upper bound limit of `nginz` pods in the related Helm chart. (We experienced OOM errors with the old settings.)
4 changes: 2 additions & 2 deletions charts/nginz/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
replicaCount: 3
resources:
requests:
memory: "256Mi"
memory: "850Mi"
cpu: "100m"
limits:
memory: "800Mi"
memory: "1200Mi"
metrics:
serviceMonitor:
enabled: false
Expand Down