diff options
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prometheus/templates/prometheus.yaml')
-rw-r--r-- | vnfs/DAaaS/deploy/collection/charts/prometheus/templates/prometheus.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/prometheus.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/prometheus.yaml index 27c97d10..862e8650 100644 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/prometheus.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/prometheus.yaml @@ -15,6 +15,8 @@ spec: serviceMonitorNamespaceSelector: matchNames: - {{ .Release.Namespace | quote }} + resources: +{{ toYaml .Values.prometheus.resources | indent 4 }} # TODO: Templatizing multiple remote read/write. # Especially Kafka adapater. |