16429: add GKE integration test
[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       ProviderAppID: arvados-server
29       ProviderAppSecret: app_secret
30     PostgreSQL:
31       Connection:
32         dbname: arvados_production
33         host: arvados-postgres
34         password: pw
35         user: arvados
36         sslmode: disable
37     Volumes:
38       {{ .Values.uuidPrefix }}-nyw5e-1dz1sonsidjvh68:
39         AccessViaHosts:
40           http://arvados-keep-store-0.arvados-keep-store:25107:
41             ReadOnly: false
42         Driver: Directory
43         DriverParameters:
44           Root: /keepdata
45           Serialize: true
46         ReadOnly: false
47         Replication: 1
48         StorageClasses: null
49       {{ .Values.uuidPrefix }}-nyw5e-a8ft6s4nnwavrlb:
50         AccessViaHosts:
51           http://arvados-keep-store-1.arvados-keep-store:25107:
52             ReadOnly: false
53         Driver: Directory
54         DriverParameters:
55           Root: /keepdata
56           Serialize: true
57         ReadOnly: false
58         Replication: 1
59         StorageClasses: null
60     Services:
61       Controller:
62         ExternalURL: https://{{ .Values.externalIP }}:444
63         InternalURLs:
64           "http://0.0.0.0:9004": {}
65       RailsAPI:
66         ExternalURL: "-"
67         InternalURLs:
68           "http://localhost:8000": {}
69       GitHTTP:
70         ExternalURL: https://git.{{ .Values.uuidPrefix }}.arvadosapi.com/
71       GitSSH:
72         ExternalURL: ssh://git.{{ .Values.uuidPrefix }}.arvadosapi.com
73       Keepproxy:
74         ExternalURL: "https://{{ .Values.externalIP }}:25107"
75         InternalURLs:
76           "http://localhost:25106": {}
77       Keepstore:
78         ExternalURL: '-'
79         InternalURLs:
80           http://arvados-keep-store-0.arvados-keep-store:25107: {}
81           http://arvados-keep-store-1.arvados-keep-store:25107: {}
82       SSO:
83         ExternalURL: https://{{ .Values.externalIP }}:3002
84       WebDAV:
85         ExternalURL: https://{{ .Values.externalIP }}:9002
86         InternalURLs:
87           "http://localhost:29002": {}
88       Websocket:
89         ExternalURL: wss://{{ .Values.externalIP }}:9003/websocket
90         InternalURLs:
91           "http://localhost:29003": {}
92       Workbench1:
93         ExternalURL: https://{{ .Values.externalIP }}:445
94       Workbench2:
95         ExternalURL: https://{{ .Values.externalIP }}
96     TLS:
97       Insecure: true
98     Users:
99       AutoAdminFirstUser: true
100       AutoSetupNewUsers: true
101       NewUsersAreActive: true