Skip to content

Commit

Permalink
fixing issue 87
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.widera@vshn.ch committed Oct 12, 2023
1 parent 5b4096a commit 2ab6667
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/modules/ROOT/pages/vshn-managed/postgresql/connect.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
= Connect

== How to connect to Your instance ==

=== Problem
Expand Down Expand Up @@ -30,7 +32,7 @@ This YAML snippet would create a PostgreSQL cluster and Service of type LoadBala
```
kubectl -n $instanceNamespace get service primary-service
```
link:../how-tos/logging.adoc[Check how to find instanceNamespace]
link:../how-tos/logging.html[Check how to find instanceNamespace]

or access it directly from connection secret

Expand All @@ -47,4 +49,4 @@ You can port-forward to your PostgreSQL cluster using kubectl port-forward comma
```
kubectl -n $instanceNamespace port-forward services/primary-service 5432
```
link:../how-tos/logging.adoc[Check how to find instanceNamespace]
link:../how-tos/logging.html[Check how to find instanceNamespace]

0 comments on commit 2ab6667

Please sign in to comment.