Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

fix: CCDB secret rotation: set explicit resource limits #1420

Merged
merged 6 commits into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- path: /instance_groups/name=rotate-cc-database-key/env?/bosh/agent/settings/disable_log_sidecar
type: replace
value: true
3 changes: 3 additions & 0 deletions chart/config/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ resources:
log-cache:
log-cache: 2048
nats: ~
rotate-cc-database-key:
rotate_cc_database_key:
rotate: {memory: {limit: 512, request: 192}}
router: 200
scheduler:
cc_deployment_updater: 320
Expand Down