Skip to content

Commit e183f80

Browse files
authored
Merge pull request #137 from vshn/psql_tls
add disable-TLS docs for VSHNPostgreSQL
2 parents 343cb6f + ca1c430 commit e183f80

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/modules/ROOT/pages/vshn-managed/postgresql/connect.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,16 @@ You can port-forward to your PostgreSQL cluster using the kubectl port-forward c
4949
kubectl -n $instanceNamespace port-forward services/primary-service 5432
5050
```
5151
link:../how-tos/logging.html[Check how to find instanceNamespace]
52+
53+
54+
=== Disable TLS
55+
56+
It is possible to disable TLS for the PostgreSQL cluster. This is not recommended for production use, but can be useful for development and testing. Change is applied immediately and does not require a restart of the PostgreSQL cluster.
57+
58+
```
59+
spec:
60+
parameters:
61+
service:
62+
tls:
63+
enabled: true
64+
```

0 commit comments

Comments
 (0)