Skip to content

Commit

Permalink
remove HTTPS from default values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Feb 21, 2024
1 parent a3585f5 commit 80d9e14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80d9e14

Please sign in to comment.