X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/bfa408ab4ee94687301d41df60ca7aab9524290b..HEAD:/charts/arvados/values.yaml diff --git a/charts/arvados/values.yaml b/charts/arvados/values.yaml index 1336eed..1cc002f 100644 --- a/charts/arvados/values.yaml +++ b/charts/arvados/values.yaml @@ -13,6 +13,14 @@ image: # Must be set to a valid IP address, e.g. by using --set when invoking helm externalIP: ~ +# A list of CIDRs that have direct access to the Keep store service. All other +# IP addresses will use the Keep proxy. +# If hosts outside your cluster are in the default range (10.0.0.0/8), change +# this to the exact CIDR of your cluster. +# If using MetaLB with apiServerExternalTrafficPolicy set to Cluster, set this +# to an empty list, since the source IP will be obscured. +internalIPs: [10.0.0.0/8] + loadBalancer: # Annotations to add to all LoadBalancer Services. # This is required for MetalLB, since the same externalIP is reused for all @@ -47,28 +55,39 @@ uuidPrefix: vwxyz arvados: versions: distribution: - 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 + arvadosApiServer: 2.3.2-1 + arvadosController: 2.3.2-1 + arvadosGitHttpd: 2.3.2-1 + arvadosHealth: 2.3.2-1 + arvadosWorkbench: 2.3.2-1 + arvadosWorkbench2: 2.3.2-1 + arvadosWs: 2.3.2-1 + crunchDispatchSlurm: 2.3.2-1 + crunchRun: 2.3.2-1 + crunchRunner: 2.3.2-1 + keepBalance: 2.3.2-1 + keepStore: 2.3.2-1 + keepWeb: 2.3.2-1 + keepProxy: 2.3.2-1 + libPamArvados: 2.3.2-1 + pythonArvadosFuse: 2.3.2-1 + pythonArvadosPythonClient: 2.3.2-1 gem: - arvados: 2.0.2 - arvadosCLI: 2.0.2 - arvadosLoginSync: 2.0.2 + arvados: 2.3.2 + arvadosCLI: 2.3.2 + arvadosLoginSync: 2.3.2 + +postgres: + persistence: + enabled: true + storageClass: ~ + size: 8Gi + +keep: + persistence: + enabled: true + storageClass: ~ + size: 64Gi # A custom bundle of CA certificates to use. # Useful for corporate networks with TLS proxies.