Skip to content

Commit

Permalink
Revert brig memory setup back to 512mb (#3806)
Browse files Browse the repository at this point in the history
* Revert brig memory setup back to 512mb
* Added changelog.
  • Loading branch information
elland authored Jan 16, 2024
1 parent 6429aee commit 7347afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/5-internal/restored-brig-memory-quota
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Restored Brig memory quota to 512mb down from 1gb. (prev bump #3751)
2 changes: 1 addition & 1 deletion hack/helm_vars/wire-server/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ brig:
resources:
requests: {}
limits:
memory: 1Gi
memory: 512Mi
config:
externalUrls:
nginz: https://kube-staging-nginz-https.zinfra.io
Expand Down

0 comments on commit 7347afd

Please sign in to comment.