Skip to content

Commit c317059

Browse files
committed
feat: add podMonitor since no service to be discvered
1 parent 2affd6a commit c317059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ext-postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ watchNamespace: ""
7979
# Define connection to postgres database server
8080
postgres:
8181
# postgres hostname
82-
host: "localhost"
82+
host: "localhost:5432"
8383
# postgres admin user and password ( ignored if existingSecret or ExternalSecret is set )
8484
user: "admin"
8585
password: "password"

0 commit comments

Comments
 (0)