Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant authored and andrewlecuyer committed Aug 31, 2021
1 parent 49a10f3 commit 102a623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/examples/postgresql/custom-config-ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ For instance, if your service has an address as follows:
```
${CCP_CLI} get service
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
custom-config-ssl 172.30.211.138 <none> 5432/TCP
custom-config-ssl 172.30.211.128 <none> 5432/TCP
```

Then your `/etc/hosts` file needs an entry like this:
```
172.30.211.138 custom-config-ssl
172.30.211.128 custom-config-ssl
```

For production Kubernetes and OpenShift installations, it will likely be preferred for DNS
Expand Down

0 comments on commit 102a623

Please sign in to comment.