diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-03-22 08:31:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-22 08:31:53 +0000 |
commit | cddf7e96beea28199b99d4fd5ecb60b4b201b6c0 (patch) | |
tree | a4f511a842e2064533a22c6547796c773ef34e80 /kubernetes/policy/components/policy-api/templates/serviceMonitor.yaml | |
parent | 5ac37891dd07fe5370cd4c4b462dbfbf7b4eac40 (diff) | |
parent | a8b09265770c1212cb4b0872adfbed2a4f7c1549 (diff) |
Merge "[POLICY] Enable prometheus integration for policy fwk"
Diffstat (limited to 'kubernetes/policy/components/policy-api/templates/serviceMonitor.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-api/templates/serviceMonitor.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-api/templates/serviceMonitor.yaml b/kubernetes/policy/components/policy-api/templates/serviceMonitor.yaml new file mode 100644 index 0000000000..dbf6a7cd6a --- /dev/null +++ b/kubernetes/policy/components/policy-api/templates/serviceMonitor.yaml @@ -0,0 +1,23 @@ +{{/* +# ============LICENSE_START======================================================= +# Copyright (c) 2022 Bell Canada +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +*/}} + +{{- if .Values.prometheus.enabled }} +{{ include "common.serviceMonitor" . }} +{{- end }}
\ No newline at end of file |