18700: Use different ports for WebDAV and WebDAVDownload ext URLs.
authorTom Clegg <tom@curii.com>
Thu, 24 Mar 2022 15:18:33 +0000 (11:18 -0400)
committerTom Clegg <tom@curii.com>
Thu, 24 Mar 2022 15:18:33 +0000 (11:18 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/install/init.go

index 8e7f181c41006e5c4b9740c2a021c50cd0912e91..db78a282f33ef52e155472723f2b88adf26dc551 100644 (file)
@@ -112,25 +112,25 @@ func (initcmd *initCommand) RunCommand(prog string, args []string, stdin io.Read
       Websocket:
         InternalURLs:
           "http://0.0.0.0:8005/": {}
-        ExternalURL: {{printf "%q" ( print "wss://" .Domain ":4436/websocket" ) }}
+        ExternalURL: {{printf "%q" ( print "wss://" .Domain ":4435/websocket" ) }}
       Keepbalance:
         InternalURLs:
           "http://0.0.0.0:9005/": {}
       GitHTTP:
         InternalURLs:
           "http://0.0.0.0:9001/": {}
-        ExternalURL: {{printf "%q" ( print "https://" .Domain ":4437/" ) }}
+        ExternalURL: {{printf "%q" ( print "https://" .Domain ":4436/" ) }}
       DispatchCloud:
         InternalURLs:
           "http://0.0.0.0:9006/": {}
       Keepproxy:
         InternalURLs:
           "http://0.0.0.0:25108/": {}
-        ExternalURL: {{printf "%q" ( print "https://" .Domain ":4438/" ) }}
+        ExternalURL: {{printf "%q" ( print "https://" .Domain ":4437/" ) }}
       WebDAV:
         InternalURLs:
           "http://0.0.0.0:9002/": {}
-        ExternalURL: {{printf "%q" ( print "https://" .Domain ":4439/" ) }}
+        ExternalURL: {{printf "%q" ( print "https://" .Domain ":4438/" ) }}
       WebDAVDownload:
         InternalURLs:
           "http://0.0.0.0:8004/": {}