File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ affinity: {}
5656
5757resources :
5858 limits :
59- cpu : 250m
60- memory : 400Mi
59+ cpu : 200m
60+ memory : 100Mi
6161 requests :
6262 cpu : 100m
63- memory : 200Mi
63+ memory : 50Mi
6464
6565# Extra environment variables that will be passed into the exporter pod
6666env : {}
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ resource "helm_release" "mongodb_exporter" {
107107 templatefile (" ${ path . module } /helm/values/exporter/values.yaml" , {
108108 mongodb_exporter_password = var.mongodb_custom_credentials_enabled ? var.mongodb_custom_credentials_config.metric_exporter_password : " ${ var . metric_exporter_password } "
109109 service_monitor_namespace = var.namespace
110- }),
111- var . mongodb_config . values_yaml
110+ })
112111 ]
113112}
You can’t perform that action at this time.
0 commit comments