diff options
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prometheus')
3 files changed, 3 insertions, 3 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml index dfb932d8..4fa053e7 100644 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml @@ -18,4 +18,4 @@ rules: verbs: - get - list - - watch
\ No newline at end of file + - watch diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml index 04932ee1..b30c6cf7 100644 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml @@ -14,4 +14,4 @@ roleRef: subjects: - kind: ServiceAccount name: {{ template "prometheus.serviceAccountName" . }} - namespace: {{ .Release.Namespace }}
\ No newline at end of file + namespace: {{ .Release.Namespace }} diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml index e35c6735..a9f675da 100644 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml @@ -37,7 +37,7 @@ prometheus: - port: cadvisor-prometheus interval: 10s path: /metrics - + resources: {} service: type: ClusterIP |