Merge branch 'mluds-master' into master
[arvados-k8s.git] / charts / arvados / values.yaml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Default values for arvados.
6 # This is a YAML-formatted file.
7 # Declare variables to be passed into your templates.
8
9 image:
10   pullPolicy: Always
11
12 # The external IP address for this Arvados cluster.
13 # Must be set to a valid IP address, e.g. by using --set when invoking helm
14 externalIP: ~
15
16 loadBalancer:
17   # Annotations to add to all LoadBalancer Services.
18   # This is required for MetalLB, since the same externalIP is reused for all
19   # services, and sharing is disabled by default.
20   # metallb.universe.tf/allow-shared-ip: arbitrary-sharing-key
21   annotations:
22
23   # externalTrafficPolicy for the api-server-service
24   # Set to Cluster if using MetalLB, otherwise an externalIP won't be allocated
25   apiServerExternalTrafficPolicy: Local
26
27 # The default e-mail address and password for the initial cluster admin user
28 adminUserEmail: "test@example.com"
29 adminUserPassword: "passw0rd"
30
31 # A super user token
32 superUserSecret: "thisisnotaverygoodsuperusersecretstring00000000000"
33 # An anonymous user token
34 anonymousUserSecret: "thisisnotaverygoodanonymoussecretstring00000000000"
35
36 # The number of compute nodes to spin up
37 compute:
38   nodes: 4
39
40 # The cluster identifier, a 5 character alphanumeric string
41 uuidPrefix: vwxyz
42
43 # The package versions for this Arvados cluster. Also see
44 #
45 #   curl http://versions.arvados.org/v1/commit/ | jq .
46 #
47 arvados:
48   versions:
49     distribution:
50       arvadosApiServer: 2.0.2-1
51       arvadosController: 2.0.2-1
52       arvadosGitHttpd: 2.0.2-1
53       arvadosHealth: 2.0.2-1
54       arvadosWorkbench: 2.0.2-1
55       arvadosWorkbench2: 2.0.2-1
56       arvadosWs: 2.0.2-1
57       arvadosSSOServer: 1.1.4-1
58       crunchDispatchSlurm: 2.0.2-1
59       crunchRun: 2.0.2-1
60       crunchRunner: 2.0.2-1
61       keepBalance: 2.0.2-1
62       keepStore: 2.0.2-1
63       keepWeb: 2.0.2-1
64       keepProxy: 2.1.0.dev20200422013447-1
65       libPamArvados: 2.0.2-1
66       pythonArvadosFuse: 2.0.2-1
67       pythonArvadosPythonClient: 2.0.2-1
68     gem:
69       arvados: 2.0.2
70       arvadosCLI: 2.0.2
71       arvadosLoginSync: 2.0.2
72
73 # A custom bundle of CA certificates to use.
74 # Useful for corporate networks with TLS proxies.
75 # Set it by using the --set-file Helm argument.
76 customCABundle: ""