* Upgrade base image to ruby 2.7
[arvados-k8s.git] / charts / arvados / config / config.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 Clusters:
6   {{ .Values.uuidPrefix }}:
7     SystemRootToken: wifieSh9voog8Bae0ahgeG5aechee4Ahloo0Aiw8Aeg4Eiceiy6ku9Eghipha6an
8     ManagementToken: IeR3ahch3aehu1ahbiVoogio4jaeshashae5ienil2le2eequa6Ootho9yee2xua
9     Workbench:
10       SecretKeyBase: ooTho2Ek8ainiegiong7eiGh2te2roP6aevaigheerizahquee2shahziengoh3y
11     Collections:
12       BlobSigningKey: EiFohx9soofaifo0Fe3mizoo4Aey8ahNiepaik8daiQuohthu9ohH6Kaegu8uDoo
13       TrustAllContent: true
14     TLS:
15       Insecure: true
16     Containers:
17       Logging:
18         LogSecondsBetweenEvents: 1s
19       SLURM:
20         SbatchArgumentsList:
21           - "--workdir=/tmp"
22         Managed:
23           DNSServerConfDir: /tmp
24           DNSServerConfTemplate: /var/www/arvados-api/current/config/unbound.template
25     Login:
26       Test:
27         Enable: true
28         Users:
29           admin:
30             Email: {{ .Values.adminUserEmail }}
31             Password: {{ .Values.adminUserPassword }}
32     PostgreSQL:
33       Connection:
34         dbname: arvados_production
35         host: arvados-postgres
36         password: pw
37         user: arvados
38         sslmode: disable
39     Volumes:
40       {{ .Values.uuidPrefix }}-nyw5e-1dz1sonsidjvh68:
41         AccessViaHosts:
42           http://arvados-keep-store-0.arvados-keep-store:25107:
43             ReadOnly: false
44         Driver: Directory
45         DriverParameters:
46           Root: /keepdata
47           Serialize: true
48         ReadOnly: false
49         Replication: 1
50         StorageClasses: null
51       {{ .Values.uuidPrefix }}-nyw5e-a8ft6s4nnwavrlb:
52         AccessViaHosts:
53           http://arvados-keep-store-1.arvados-keep-store:25107:
54             ReadOnly: false
55         Driver: Directory
56         DriverParameters:
57           Root: /keepdata
58           Serialize: true
59         ReadOnly: false
60         Replication: 1
61         StorageClasses: null
62     Services:
63       Controller:
64         ExternalURL: https://{{ .Values.externalIP }}:444
65         InternalURLs:
66           "http://0.0.0.0:9004": {}
67       RailsAPI:
68         ExternalURL: "-"
69         InternalURLs:
70           "http://localhost:8000": {}
71       GitHTTP:
72         ExternalURL: https://git.{{ .Values.uuidPrefix }}.arvadosapi.com/
73       GitSSH:
74         ExternalURL: ssh://git.{{ .Values.uuidPrefix }}.arvadosapi.com
75       Keepproxy:
76         ExternalURL: "https://{{ .Values.externalIP }}:25107"
77         InternalURLs:
78           "http://localhost:25106": {}
79       Keepstore:
80         ExternalURL: '-'
81         InternalURLs:
82           http://arvados-keep-store-0.arvados-keep-store:25107: {}
83           http://arvados-keep-store-1.arvados-keep-store:25107: {}
84       WebDAV:
85         ExternalURL: https://{{ .Values.externalIP }}:9002/
86         InternalURLs:
87           "http://localhost:29002": {}
88       WebDAVDownload:
89         ExternalURL: https://{{ .Values.externalIP }}:9002
90       Websocket:
91         ExternalURL: wss://{{ .Values.externalIP }}:9003/websocket
92         InternalURLs:
93           "http://localhost:29003": {}
94       Workbench1:
95         ExternalURL: https://{{ .Values.externalIP }}:445
96       Workbench2:
97         ExternalURL: https://{{ .Values.externalIP }}
98     TLS:
99       Insecure: true
100     Users:
101       AutoAdminFirstUser: true
102       AutoSetupNewUsers: true
103       NewUsersAreActive: true
104       AnonymousUserToken: {{ .Values.anonymousUserSecret }}