We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f355719 commit 751b5e3Copy full SHA for 751b5e3
.werft/observability/monitoring-satellite.ts
@@ -58,6 +58,11 @@ export async function installMonitoringSatellite(params: InstallMonitoringSatell
58
clientEmail: '${params.stackdriverServiceAccount.client_email}',
59
privateKey: '${params.stackdriverServiceAccount.private_key}',
60
},
61
+ prometheus: {
62
+ resources: {
63
+ requests: { memory: '200Mi', cpu: '50m' },
64
+ },
65
66
}" \
67
monitoring-satellite/manifests/yaml-generator.jsonnet | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml' -- {} && \
68
find monitoring-satellite/manifests -type f ! -name '*.yaml' ! -name '*.jsonnet' -delete`
0 commit comments