Skip to content
Snippets Groups Projects
Commit ee55b2db authored by Felix Kunde's avatar Felix Kunde
Browse files

return constant for standard pg port

parent 63368d63
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ func (c *Cluster) servicePort(role PostgresRole) int32 {
}
c.logger.Warningf("No service for role %s - defaulting to port 5432", role)
return 5432
return pgPort
}
func (c *Cluster) podDisruptionBudgetName() string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment