From 80d9e145943c8c4185b339b026270d60ad7f4fd5 Mon Sep 17 00:00:00 2001 From: DylanGuedes Date: Wed, 21 Feb 2024 15:37:01 -0300 Subject: [PATCH] remove HTTPS from default values.yaml --- production/helm/loki/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 0ddf39dcec251..511f27021c711 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -2343,12 +2343,11 @@ gateway: httpGet: path: / port: http-metrics - schema: HTTPS initialDelaySeconds: 15 timeoutSeconds: 1 nginxConfig: - # -- Which schema to be used by URLs. Can be 'http' or 'https'. - schema: "https" + # -- Which schema to be used when building URLs. Can be 'http' or 'https'. + schema: http # -- Enable listener for IPv6, disable on IPv4-only systems enableIPv6: true # -- NGINX log format