Skip to content

Commit f7634df

Browse files
author
Jonathan S. Katz
committed
Remove unused service ports
As the Operator is not directly using these service ports, this commit removes them from the template definition. People who deploy the Operator can choose to add the service ports to the templates that they wish to have in their environments.
1 parent ff0aaf9 commit f7634df

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

ansible/roles/pgo-operator/files/pgo-configs/cluster-service.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"port": {{.ExporterPort}},
3636
"targetPort": {{.ExporterPort}},
3737
"nodePort": 0
38-
}, {
39-
"name": "patroni",
40-
"protocol": "TCP",
41-
"port": 8009,
42-
"targetPort": 8009,
43-
"nodePort": 0
4438
}
4539
],
4640
"selector": {

conf/postgres-operator/cluster-service.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"port": {{.ExporterPort}},
3636
"targetPort": {{.ExporterPort}},
3737
"nodePort": 0
38-
}, {
39-
"name": "patroni",
40-
"protocol": "TCP",
41-
"port": 8009,
42-
"targetPort": 8009,
43-
"nodePort": 0
4438
}
4539
],
4640
"selector": {

0 commit comments

Comments
 (0)