X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8195246d1e71c8e1801f85c95e33402775099e7d..d10dcb434de0bdb16c047da9e45c19ba2ef9b1c4:/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls index 6c6dec26fc..710c4da86c 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls @@ -118,7 +118,7 @@ arvados: Services: Controller: - ExternalURL: 'https://__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' InternalURLs: 'http://controller.internal:8003': {} DispatchCloud: @@ -128,7 +128,7 @@ arvados: InternalURLs: 'http://__CLUSTER__.__DOMAIN__:9005': {} Keepproxy: - ExternalURL: 'https://keep.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://keep.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' InternalURLs: 'http://keep.internal:25100': {} Keepstore: @@ -138,18 +138,18 @@ arvados: InternalURLs: 'http://api.internal:8004': {} WebDAV: - ExternalURL: 'https://collections.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://collections.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' InternalURLs: 'http://collections.internal:9002': {} WebDAVDownload: - ExternalURL: 'https://download.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://download.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' WebShell: - ExternalURL: 'https://webshell.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://webshell.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' Websocket: ExternalURL: 'wss://ws.__CLUSTER__.__DOMAIN__/websocket' InternalURLs: 'http://ws.internal:8005': {} Workbench1: - ExternalURL: 'https://workbench.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://workbench.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' Workbench2: - ExternalURL: 'https://workbench2.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://workbench2.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__'