helm: reorganize repository a bit.
[arvados-k8s.git] / charts / arvados / config / ws / ws.yml
diff --git a/charts/arvados/config/ws/ws.yml b/charts/arvados/config/ws/ws.yml
new file mode 100644 (file)
index 0000000..ccf79aa
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+Client:
+  APIHost: arvados-ws:443
+Listen: ":9003"
+Postgres:
+  dbname: arvados_production
+  host: arvados-postgres
+  password: pw
+  user: arvados
+  sslmode: disable