Skip to content

Commit 751b5e3

Browse files
ArthurSensroboquat
authored andcommitted
werft/observability: Reduce Prometheus resource requests
Signed-off-by: ArthurSens <[email protected]>
1 parent f355719 commit 751b5e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.werft/observability/monitoring-satellite.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ export async function installMonitoringSatellite(params: InstallMonitoringSatell
5858
clientEmail: '${params.stackdriverServiceAccount.client_email}',
5959
privateKey: '${params.stackdriverServiceAccount.private_key}',
6060
},
61+
prometheus: {
62+
resources: {
63+
requests: { memory: '200Mi', cpu: '50m' },
64+
},
65+
},
6166
}" \
6267
monitoring-satellite/manifests/yaml-generator.jsonnet | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml' -- {} && \
6368
find monitoring-satellite/manifests -type f ! -name '*.yaml' ! -name '*.jsonnet' -delete`

0 commit comments

Comments
 (0)