Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postgres-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
zalando
postgres-operator
Commits
ee55b2db
Commit
ee55b2db
authored
3 years ago
by
Felix Kunde
Browse files
Options
Downloads
Patches
Plain Diff
return constant for standard pg port
parent
63368d63
Branches
Prototik-pooler-lb
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/cluster/k8sres.go
+1
-1
1 addition, 1 deletion
pkg/cluster/k8sres.go
with
1 addition
and
1 deletion
pkg/cluster/k8sres.go
+
1
−
1
View file @
ee55b2db
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment