From e66276fa0a35668b34ed4e7c2b197121101d6d4a Mon Sep 17 00:00:00 2001 From: DylanGuedes Date: Wed, 21 Feb 2024 16:08:25 -0300 Subject: [PATCH] Add SSL directive to nginx block --- production/helm/loki/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 05f2a1753a00a..806909b4c4698 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -2360,6 +2360,8 @@ gateway: # -- Allows appending custom configuration to the http block, passed through the `tpl` function to allow templating httpSnippet: >- {{ if .Values.loki.tenants }}proxy_set_header X-Scope-OrgID $remote_user;{{ end }} + # -- Whether ssl should be appended to the listen directive of the server block or not. + ssl: false # -- Override Read URL customReadUrl: null # -- Override Write URL