디렉토리 구조 및 각 서비스 추가
This commit is contained in:
14
helm/sonarqube/templates/prometheus-ce-config.yaml
Normal file
14
helm/sonarqube/templates/prometheus-ce-config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
{{- if .Values.prometheusExporter.enabled }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ template "sonarqube.fullname" . }}-prometheus-ce-config
|
||||
labels:
|
||||
app: {{ template "sonarqube.name" . }}
|
||||
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
data:
|
||||
prometheus-ce-config.yaml: |-
|
||||
{{ .Values.prometheusExporter.ceConfig | default .Values.prometheusExporter.config | toYaml | indent 8 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user