mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-02 09:01:02 +01:00
jsonnet/alertmanager: add default alertmanager resource requirements
Co-authored-by: Latch M <latch_mihaylov@homedepot.com>
This commit is contained in:
parent
dff8d8c11c
commit
23c8d865f5
@ -3,7 +3,10 @@ local defaults = {
|
||||
namespace: error 'must provide namespace',
|
||||
image: error 'must provide image',
|
||||
version: error 'must provide version',
|
||||
resources: {},
|
||||
resources: {
|
||||
limits: { cpu: '100m', memory: '100Mi' },
|
||||
requests: { cpu: '4m', memory: '100Mi' },
|
||||
},
|
||||
commonLabels:: {
|
||||
'app.kubernetes.io/name': 'alertmanager',
|
||||
'app.kubernetes.io/version': defaults.version,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user