add logs values (#11)
This commit is contained in:
parent
92e5ba59d9
commit
7bfc27479b
|
|
@ -108,4 +108,9 @@ touchin.ru/origin: pr__{{ .Values.origin.pullRequestNumber }}
|
|||
{{- else if .Values.origin.releaseBranch }}
|
||||
touchin.ru/origin: release__{{ .Values.origin.releaseBranch }}
|
||||
{{- end }}
|
||||
{{- if .Values.log }}
|
||||
log.type: {{ .Values.log.type }}
|
||||
log.provider: {{ .Values.log.provider }}
|
||||
log.consumed-by: {{ .Values.log.consumedBy }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
|
|
@ -52,6 +52,11 @@ app:
|
|||
javaOpts: "-Xmx256m"
|
||||
# baseDomain: ""
|
||||
|
||||
log:
|
||||
type: "json"
|
||||
provider: "java"
|
||||
consumedBy: "filebeat"
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
elasticSearchHost: http://app.elastic.ti:9200
|
||||
|
|
|
|||
Loading…
Reference in New Issue