1
1
# Default values for renku-core.
2
2
# This is a YAML-formatted file.
3
3
# Declare variables to be passed into your templates.
4
-
5
4
replicaCount : 1
6
-
7
5
global :
8
6
# # Specify a secret that containes the certificate
9
7
# # if you would like to use a custom CA. The key for the secret
@@ -15,8 +13,7 @@ global:
15
13
repository : renku/certificates
16
14
tag : ' 0.0.2'
17
15
customCAs : []
18
- # - secret:
19
-
16
+ # - secret:
20
17
# # Redis configuration. This is where renku-core expects to find
21
18
# # a functioning redis instance and credentials to connect to it.
22
19
redis :
@@ -31,63 +28,52 @@ global:
31
28
renku-redis-host : " true"
32
29
existingSecret : redis-secret
33
30
existingSecretPasswordKey : redis-password
34
-
35
31
# base path - this is the reverse proxy base path
36
32
apiBasePath : /api
37
-
38
33
cacheDirectory : /svc/cache
39
- cleanupInterval : 60 # NOTE: This needs to be a divisor of, and less than cleanupFilesTTL|cleanupProjectsTTL.
34
+ cleanupInterval : 60 # NOTE: This needs to be a divisor of, and less than cleanupFilesTTL|cleanupProjectsTTL.
40
35
projectCloneDepth : 1
41
36
templateCloneDepth : 1
42
37
maximumUploadSizeBytes : " 1073741824" # 1 Gigabyte, store as string to keep Helm from converting it to scientific notation
43
38
requestTimeout : 600
44
-
45
39
datasetsWorkerQueues : datasets.jobs,delayed.ctrl.DatasetsCreateCtrl,delayed.ctrl.DatasetsAddFileCtrl,delayed.ctrl.DatasetsRemoveCtrl,delayed.ctrl.DatasetsImportCtrl,delayed.ctrl.DatasetsEditCtrl,delayed.ctrl.DatasetsUnlinkCtrl
46
40
managementWorkerQueues : cache.cleanup.files,cache.cleanup.projects,delayed.ctrl.MigrateProjectCtrl,delayed.ctrl.SetConfigCtrl
47
41
cleanupFilesTTL : 1800
48
42
cleanupProjectsTTL : 1800
49
43
logLevel : INFO
50
-
51
44
# override to automatically pull LFS data on clone
52
45
gitLFSSkipSmudge : 1
53
-
54
46
# Concurrency settings for the main service:
55
47
# the default it 4 workers with 8 threads set in the Dockerfile
56
48
nWorkers : 4
57
49
nThreads : 8
58
-
59
50
# NOTE: Make sure token secret is greater or equal to 32 bytes.
60
51
jwtTokenSecret : bW9menZ3cnh6cWpkcHVuZ3F5aWJycmJn
61
-
62
52
imagePullSecrets : []
63
53
nameOverride : " "
64
54
fullnameOverride : " "
65
-
66
55
service :
67
56
type : ClusterIP
68
57
port : 80
69
-
70
58
ingress :
71
59
enabled : false
72
-
73
60
metrics :
74
61
enabled : false
75
62
image :
76
63
repository : renku/rqmetrics
77
64
tag : 0.0.2
78
65
pullPolicy : IfNotPresent
79
-
80
66
resources : {}
81
- # We usually recommend not to specify default resources and to leave this as a conscious
82
- # choice for the user. This also increases chances charts run on environments with little
83
- # resources, such as Minikube. If you do want to specify resources, uncomment the following
84
- # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
85
- # limits:
86
- # cpu: 100m
87
- # memory: 128Mi
88
- # requests:
89
- # cpu: 100m
90
- # memory: 128Mi
67
+ # We usually recommend not to specify default resources and to leave this as a conscious
68
+ # choice for the user. This also increases chances charts run on environments with little
69
+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
70
+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
71
+ # limits:
72
+ # cpu: 100m
73
+ # memory: 128Mi
74
+ # requests:
75
+ # cpu: 100m
76
+ # memory: 128Mi
91
77
92
78
# nodeSelector: {}
93
79
@@ -101,7 +87,6 @@ sentry:
101
87
dsn :
102
88
environment :
103
89
sampleRate : 0.2
104
-
105
90
# versions is the list of different deployment that support different metadata versions.
106
91
versions :
107
92
latest :
@@ -111,7 +96,7 @@ versions:
111
96
fullnameOverride : " "
112
97
image :
113
98
repository : renku/renku-core
114
- tag : " v1.7.1 "
99
+ tag : " v1.8.0 "
115
100
pullPolicy : IfNotPresent
116
101
v8 :
117
102
name : v8
@@ -122,11 +107,9 @@ versions:
122
107
repository : renku/renku-core
123
108
tag : " v0.16.7"
124
109
pullPolicy : IfNotPresent
125
-
126
110
podSecurityContext :
127
111
runAsUser : 1000
128
112
runAsGroup : 1000
129
113
fsGroup : 100
130
-
131
114
securityContext :
132
115
allowPrivilegeEscalation : false
0 commit comments