Upgrade the helm charts to Arvados 2.1.0.
[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     API:
10       RailsSessionSecretToken: changeme
11     Workbench:
12       SecretKeyBase: ooTho2Ek8ainiegiong7eiGh2te2roP6aevaigheerizahquee2shahziengoh3y
13     Collections:
14       BlobSigningKey: EiFohx9soofaifo0Fe3mizoo4Aey8ahNiepaik8daiQuohthu9ohH6Kaegu8uDoo
15       TrustAllContent: true
16     TLS:
17       Insecure: true
18     Containers:
19       Logging:
20         LogSecondsBetweenEvents: 1s
21       SLURM:
22         SbatchArgumentsList:
23           - "--workdir=/tmp"
24         Managed:
25           DNSServerConfDir: /tmp
26           DNSServerConfTemplate: /var/www/arvados-api/current/config/unbound.template
27     Login:
28       Test:
29         Enable: true
30         Users:
31           admin:
32             Email: {{ .Values.adminUserEmail }}
33             Password: {{ .Values.adminUserPassword }}
34     PostgreSQL:
35       Connection:
36         dbname: arvados_production
37         host: arvados-postgres
38         password: pw
39         user: arvados
40         sslmode: disable
41     Volumes:
42       {{ .Values.uuidPrefix }}-nyw5e-1dz1sonsidjvh68:
43         AccessViaHosts:
44           http://arvados-keep-store-0.arvados-keep-store:25107:
45             ReadOnly: false
46         Driver: Directory
47         DriverParameters:
48           Root: /keepdata
49           Serialize: true
50         ReadOnly: false
51         Replication: 1
52         StorageClasses: null
53       {{ .Values.uuidPrefix }}-nyw5e-a8ft6s4nnwavrlb:
54         AccessViaHosts:
55           http://arvados-keep-store-1.arvados-keep-store:25107:
56             ReadOnly: false
57         Driver: Directory
58         DriverParameters:
59           Root: /keepdata
60           Serialize: true
61         ReadOnly: false
62         Replication: 1
63         StorageClasses: null
64     Services:
65       Controller:
66         ExternalURL: https://{{ .Values.externalIP }}:444
67         InternalURLs:
68           "http://0.0.0.0:9004": {}
69       RailsAPI:
70         ExternalURL: "-"
71         InternalURLs:
72           "http://localhost:8000": {}
73       GitHTTP:
74         ExternalURL: https://git.{{ .Values.uuidPrefix }}.arvadosapi.com/
75       GitSSH:
76         ExternalURL: ssh://git.{{ .Values.uuidPrefix }}.arvadosapi.com
77       Keepproxy:
78         ExternalURL: "https://{{ .Values.externalIP }}:25107"
79         InternalURLs:
80           "http://localhost:25106": {}
81       Keepstore:
82         ExternalURL: '-'
83         InternalURLs:
84           http://arvados-keep-store-0.arvados-keep-store:25107: {}
85           http://arvados-keep-store-1.arvados-keep-store:25107: {}
86       WebDAV:
87         ExternalURL: https://{{ .Values.externalIP }}:9002
88         InternalURLs:
89           "http://localhost:29002": {}
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 }}