support custom CA bundle for the api-server
[arvados-k8s.git] / charts / arvados / values.yaml
index 3c00b942792960414facfa06e1bc014f927657ec..e17804c039c7a58208c4c19f217684133a2b5667 100644 (file)
@@ -6,57 +6,29 @@
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 
-replicaCount: 1
-
 image:
-  repository: nginx
-  tag: stable
-  pullPolicy: IfNotPresent
-
-service:
-  type: ClusterIP
-  port: 80
-
-ingress:
-  enabled: false
-  annotations: {}
-    # kubernetes.io/ingress.class: nginx
-    # kubernetes.io/tls-acme: "true"
-  path: /
-  hosts:
-    - chart-example.local
-  tls: []
-  #  - secretName: chart-example-tls
-  #    hosts:
-  #      - chart-example.local
-
-resources: {}
-  # We usually recommend not to specify default resources and to leave this as a conscious
-  # choice for the user. This also increases chances charts run on environments with little
-  # resources, such as Minikube. If you do want to specify resources, uncomment the following
-  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
-  # limits:
-  #  cpu: 100m
-  #  memory: 128Mi
-  # requests:
-  #  cpu: 100m
-  #  memory: 128Mi
-
-nodeSelector: {}
-
-tolerations: []
-
-affinity: {}
+  pullPolicy: Always
 
 # The external IP address for this Arvados cluster.
 # Must be set to a valid IP address, e.g. by using --set when invoking helm
 externalIP: ~
 
+# The default e-mail address and password for the initial cluster admin user
+adminUserEmail: "test@example.com"
+adminUserPassword: "passw0rd"
+
 # A super user token
 superUserSecret: "thisisnotaverygoodsuperusersecretstring00000000000"
 # An anonymous user token
 anonymousUserSecret: "thisisnotaverygoodanonymoussecretstring00000000000"
 
+# The number of compute nodes to spin up
+compute:
+  nodes: 4
+
+# The cluster identifier, a 5 character alphanumeric string
+uuidPrefix: vwxyz
+
 # The package versions for this Arvados cluster. Also see
 #
 #   curl http://versions.arvados.org/v1/commit/ | jq .
@@ -64,23 +36,30 @@ anonymousUserSecret: "thisisnotaverygoodanonymoussecretstring00000000000"
 arvados:
   versions:
     distribution:
-      arvadosApiServer: 1.1.4.20180521175419*
-      arvadosGitHttpd: 1.1.4.20180516205929*
-      arvadosHealth: 1.1.4.20180516205929*
-      arvadosWorkbench: 1.1.4.20180521175419*
-      arvadosWs: 1.1.4.20180516205929*
-      arvadosSSOServer: 0.1.20171122141118.ba584a7*
-      crunchDispatchSlurm: 1.1.4.20180524153119*
-      crunchRun: 1.1.4.20180516205929*
-      crunchRunner: 1.1.4.20180516205929*
-      keepBalance: 1.1.4.20180516205929*
-      keepStore: 1.1.4.20180516205929*
-      keepWeb: 1.1.4.20180516205929*
-      keepProxy: 1.1.4.20180516205929*
-      libPamArvados: 1.1.4.20180404223512*
-      pythonArvadosFuse: 1.1.4.20180507184611*
-      pythonArvadosPythonClient: 1.1.4.20180510153813*
+      arvadosApiServer: 2.0.2-1
+      arvadosController: 2.0.2-1
+      arvadosGitHttpd: 2.0.2-1
+      arvadosHealth: 2.0.2-1
+      arvadosWorkbench: 2.0.2-1
+      arvadosWorkbench2: 2.0.2-1
+      arvadosWs: 2.0.2-1
+      arvadosSSOServer: 1.1.4-1
+      crunchDispatchSlurm: 2.0.2-1
+      crunchRun: 2.0.2-1
+      crunchRunner: 2.0.2-1
+      keepBalance: 2.0.2-1
+      keepStore: 2.0.2-1
+      keepWeb: 2.0.2-1
+      keepProxy: 2.1.0.dev20200422013447-1
+      libPamArvados: 2.0.2-1
+      pythonArvadosFuse: 2.0.2-1
+      pythonArvadosPythonClient: 2.0.2-1
     gem:
-      arvados: 1.1.4.20180412190507
-      arvadosCLI: 1.1.4.20180412190507
-      arvadosLoginSync: 1.1.4.20180424214444
+      arvados: 2.0.2
+      arvadosCLI: 2.0.2
+      arvadosLoginSync: 2.0.2
+
+# A custom bundle of CA certificates to use.
+# Useful for corporate networks with TLS proxies.
+# Set it by using the --set-file Helm argument.
+customCABundle: ""