Skip to content

Commit 32a1791

Browse files
committed
Drop http:// scheme from env-var example in horizontal-classification
Lychee scans URLs inside code spans (include_verbatim) and tries to fetch them. http://auth-service:8080 isn't a real URL — it's an example of what a service-reference env var might look like inside a customer's manifests. Stripping the scheme keeps the example readable without giving lychee something to dereference.
1 parent 4cead7d commit 32a1791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

antithesis-k8s-onboarding-assistance/references/horizontal-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Three confidence tiers. Document edges by tier in the working file's *Horizontal
2828
**High confidence — direct evidence:**
2929

3030
- `Service` definitions and the workloads selecting them (selector → labels)
31-
- Env vars containing service URLs (e.g., `DB_HOST=postgres.svc.cluster.local`, `AUTH_API_URL=http://auth-service:8080`)
31+
- Env vars containing service references (e.g., `DB_HOST=postgres.svc.cluster.local`, `AUTH_API_URL=auth-service:8080/api`)
3232
- ConfigMap entries that reference services
3333
- Init container `wait-for` style dependencies (often invoke `nslookup`, `nc`, or shell scripts naming services)
3434
- PVC claims and the StorageClass they reference

0 commit comments

Comments
 (0)