Clarify Railiance01 production IP vs CoulombCore bootstrap
Production hub runs on 92.205.62.239; document config-hosteurope deploy path.
This commit is contained in:
parent
74570c6a4c
commit
21747a7e07
2 changed files with 9 additions and 3 deletions
|
|
@ -31,9 +31,14 @@ Mount a PVC at `/data` for persistence. Inject secrets via Kubernetes Secret
|
|||
| Item | Value |
|
||||
|---|---|
|
||||
| URL | `https://reuse.coulomb.social` |
|
||||
| DNS A record | `92.205.62.239` (operator confirmed 2026-06-15) |
|
||||
| DNS A record | **`92.205.62.239`** (Railiance01 production) |
|
||||
|
||||
Verify propagation: `dig +short reuse.coulomb.social A`
|
||||
CoulombCore (`92.205.130.254`) held a bootstrap deploy; production release uses
|
||||
`KUBECONFIG=~/.kube/config-hosteurope`. Verify propagation:
|
||||
|
||||
```bash
|
||||
dig +short reuse.coulomb.social A # must return 92.205.62.239
|
||||
```
|
||||
|
||||
## Client configuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue