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