Skip to content

Commit de94fee

Browse files
committed
Add support for Hub RPC API through apache httpd.
Signed-off-by: Ricardo Mateus <rmateus@suse.com>
1 parent 5a53a69 commit de94fee

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

shared/utils/ports.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ var TCPPodmanPorts = []types.PortMap{
142142
NewPortMap("tomcat", "node-exporter", 9100, 9100),
143143
}
144144

145-
// HubXmlrpcPorts are the tcp ports required by the Hub XMLRPC API service.
146-
var HubXmlrpcPorts = []types.PortMap{
147-
NewPortMap(HubAPIServiceName, "xmlrpc", 2830, 2830),
148-
}
149-
150145
// ProxyTCPPorts are the tcp ports required by the proxy.
151146
var ProxyTCPPorts = []types.PortMap{
152147
NewPortMap(ProxyTCPServiceName, "ssh", 8022, 22),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add support for Hub RPC API through apache httpd.

0 commit comments

Comments
 (0)