Replaced address with host for external database.

This commit is contained in:
nomyownnet
2020-09-11 00:42:27 +03:00
parent e494546426
commit 99fc390d9d
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ spec:
name: <crname>-postgres-configuration
namespace: <target namespace>
stringData:
address: <external ip or url resolvable by the cluster>
host: <external ip or url resolvable by the cluster>
port: <external port, this usually defaults to 5432>
database: <desired database name>
username: <username to connect as>

View File

@@ -45,7 +45,7 @@ spec:
name: <crname>-postgres-configuration
namespace: <target namespace>
stringData:
address: <external ip or url resolvable by the cluster>
host: <external ip or url resolvable by the cluster>
port: <external port, this usually defaults to 5432>
database: <desired database name>
username: <username to connect as>