From: Ward Vandewege Date: Tue, 5 Jun 2018 21:33:28 +0000 (-0400) Subject: Fix the websockets service. X-Git-Url: https://git.arvados.org/arvados-k8s.git/commitdiff_plain/387080736bf930b28708de0c0ae9b09538cfafdd Fix the websockets service. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/charts/arvados/config/ws/ws.yml b/charts/arvados/config/ws/ws.yml index ccf79aa..7f8e88f 100644 --- a/charts/arvados/config/ws/ws.yml +++ b/charts/arvados/config/ws/ws.yml @@ -3,7 +3,8 @@ # SPDX-License-Identifier: Apache-2.0 Client: - APIHost: arvados-ws:443 + APIHost: arvados-api-server:444 + Insecure: true Listen: ":9003" Postgres: dbname: arvados_production