Skip to content

Commit 0cd4d2b

Browse files
committed
Updates fix review comments
1 parent 27d6a58 commit 0cd4d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmm_qa/pdpgsql_pgsm_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
pgstat_monitor_branch: "{{ lookup('vars', 'extra_pgstat_monitor_branch', default=lookup('env','PGSTAT_MONITOR_BRANCH') | default('2.1.0', true) ) }}"
1616
pgstat_monitor_repo: "{{ lookup('vars', 'extra_pgstat_monitor_repo', default=lookup('env','PGSTAT_MONITOR_REPO') | default('percona/pg_stat_monitor', true) ) }}"
1717
use_socket: "{{ lookup('vars', 'extra_pdpgsql_version', default=lookup('env','USE_SOCKET') | default('', true) ) }}"
18-
port: "{{ lookup('vars', 'extra_pdpgsql_port', default=lookup('env','PORT') | default(447, true) ) }}"
18+
port: "{{ lookup('vars', 'extra_pdpgsql_port', default=lookup('env','PORT') | default(5447, true) ) }}"
1919
distribution: "{{ lookup('vars', 'extra_pdpgsql_distribution', default=lookup('env','DISTRIBUTION') | default('PPG', true) ) }}"
2020

2121
tasks:

0 commit comments

Comments
 (0)