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

fix container ports

parent cde88d37
Branches fix-ports
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ const (
logicalBackupContainerName = "logical-backup"
connectionPoolerContainer = "connection-pooler"
pgPort = 5432
operatorPort = 8080
)
type pgUser struct {
......@@ -567,7 +568,7 @@ func generateContainer(
Protocol: v1.ProtocolTCP,
},
{
ContainerPort: patroni.ApiPort,
ContainerPort: operatorPort,
Protocol: v1.ProtocolTCP,
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment