diff --git a/charts/autoscout/Chart.yaml b/charts/autoscout/Chart.yaml index 2f1af9c..a8f299e 100644 --- a/charts/autoscout/Chart.yaml +++ b/charts/autoscout/Chart.yaml @@ -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 diff --git a/charts/autoscout/templates/deployment.yaml b/charts/autoscout/templates/deployment.yaml index d7be169..5ad9541 100644 --- a/charts/autoscout/templates/deployment.yaml +++ b/charts/autoscout/templates/deployment.yaml @@ -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: diff --git a/charts/autoscout/values.yaml b/charts/autoscout/values.yaml index 43714d5..af1f5f4 100644 --- a/charts/autoscout/values.yaml +++ b/charts/autoscout/values.yaml @@ -16,6 +16,7 @@ fullnameOverride: "" config: logLevel: info + logLokiHost: http://loki.host:65535 database: # host: # port: