Skip to content

Commit 03509d3

Browse files
committed
style(loki): format comment dashes
1 parent 87eefbb commit 03509d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lgtm-stack/terraform/values/loki-values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ gateway:
148148
readOnly: true
149149

150150
# Custom nginx config:
151-
# - Push paths (distributor): no auth agents use X-Scope-OrgID directly
151+
# - Push paths (distributor): no auth -- agents use X-Scope-OrgID directly
152152
# - Read paths (query-frontend): BasicAuth required
153153
# Grafana's data proxy sends the per-tenant credentials stored in Grafana DB.
154154
# Non-members get 401 even if they can see the datasource name in the UI.
@@ -173,13 +173,13 @@ gateway:
173173
server {
174174
listen 8080;
175175
176-
# ── Write path (no auth agents push directly with X-Scope-OrgID) ──
176+
# -- Write path (no auth -- agents push directly with X-Scope-OrgID) --
177177
location ~ ^/(loki/api/v1/push|loki/api/v1/tail|ready|log) {
178178
proxy_pass http://monitoring-loki-distributor.observability.svc.cluster.local:3100;
179179
proxy_http_version 1.1;
180180
}
181181
182-
# ── Read path (BasicAuth required only valid tenant credentials pass) ──
182+
# -- Read path (BasicAuth required -- only valid tenant credentials pass) --
183183
location / {
184184
auth_basic "Loki Tenant Authentication";
185185
auth_basic_user_file /etc/nginx/secrets/.htpasswd;

0 commit comments

Comments
 (0)