Skip to content

Commit 84e506d

Browse files
committed
Update standby configuration documentation
Update the docs to better reflect required value types in tutorial documentation. Issue: [sc-17928]
1 parent 6df33f0 commit 84e506d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/tutorial/disaster-recovery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ spec:
327327
name: replication-cert
328328
standby:
329329
enabled: true
330-
host: "<primary-ip>"
331-
port: "<primary-port>"
330+
host: "192.0.2.2"
331+
port: 5432
332332
```
333333
334334
#### Streaming Standby with an External Repo
@@ -364,8 +364,8 @@ spec:
364364
standby:
365365
enabled: true
366366
repoName: repo1
367-
host: "<primary-ip>"
368-
port: "<primary-port>"
367+
host: "192.0.2.2"
368+
port: 5432
369369
```
370370
371371
## Promoting a Standby Cluster

0 commit comments

Comments
 (0)