docs: use CNAME records for podinfo/hello-app, matching existing DNS pattern

This commit is contained in:
CodeGit 2026-08-19 09:25:22 +01:00
parent f6e52eb3f0
commit 22acad855d

View file

@ -318,8 +318,10 @@ Since Caddy (Podman) is already the front door for `git.boglabob.com`, route
`podinfo` and `hello-app` through it too — but not the Dashboard or the API `podinfo` and `hello-app` through it too — but not the Dashboard or the API
server; see steps 12-13 for why. server; see steps 12-13 for why.
1. Add A records for `podinfo.boglabob.com` and `hello.boglabob.com` 1. Add CNAME records for `podinfo.boglabob.com` and `hello.boglabob.com`
pointing wherever `git.boglabob.com` already points (Caddy's host). pointing at `git.boglabob.com` (matching how every other record for this
server is set up) — one source of truth for the Caddy host's IP, rather
than duplicating it across records.
2. Add the blocks from `docs/Caddyfile.example` to Caddy's config, filling 2. Add the blocks from `docs/Caddyfile.example` to Caddy's config, filling
in your real node IPs (`tofu output node_ips`), and reload: in your real node IPs (`tofu output node_ips`), and reload:
```sh ```sh