add logs values (#11)

This commit is contained in:
Alexander Buntakov 2021-10-15 11:54:18 +03:00 committed by GitHub
parent 92e5ba59d9
commit 7bfc27479b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -108,4 +108,9 @@ touchin.ru/origin: pr__{{ .Values.origin.pullRequestNumber }}
{{- else if .Values.origin.releaseBranch }} {{- else if .Values.origin.releaseBranch }}
touchin.ru/origin: release__{{ .Values.origin.releaseBranch }} touchin.ru/origin: release__{{ .Values.origin.releaseBranch }}
{{- end }} {{- end }}
{{- if .Values.log }}
log.type: {{ .Values.log.type }}
log.provider: {{ .Values.log.provider }}
log.consumed-by: {{ .Values.log.consumedBy }}
{{- end }}
{{- end }} {{- end }}

View File

@ -52,6 +52,11 @@ app:
javaOpts: "-Xmx256m" javaOpts: "-Xmx256m"
# baseDomain: "" # baseDomain: ""
log:
type: "json"
provider: "java"
consumedBy: "filebeat"
metrics: metrics:
enabled: true enabled: true
elasticSearchHost: http://app.elastic.ti:9200 elasticSearchHost: http://app.elastic.ti:9200