Skip to content

Commit

Permalink
Merge pull request #41 from blockscout/autoscout-loki-logs
Browse files Browse the repository at this point in the history
autoscout: set Loki host
  • Loading branch information
alik-agaev authored Oct 29, 2024
2 parents 0b35364 + 80db88b commit 1fcdc51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/autoscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.5
version: 0.2.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/autoscout/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ spec:
value: "true"
- name: RUST_LOG
value: {{ .Values.config.logLevel | quote }}
- name: AUTOSCOUT__LOKI__HOST
value: {{ .Values.config.logLokiHost | quote }}
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
readinessProbe:
Expand Down
1 change: 1 addition & 0 deletions charts/autoscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fullnameOverride: ""

config:
logLevel: info
logLokiHost: http://loki.host:65535
database:
# host:
# port:
Expand Down

0 comments on commit 1fcdc51

Please sign in to comment.