@@ -105,29 +105,23 @@ webapp:
105105 basicAuth : {}
106106
107107 # OpenTelemetry configuration
108- # internal:
109- # otel:
110- # trace:
111- # exporterUrl: ""
112- # exporterAuthHeaders: ""
113- # loggingEnabled: "1"
114- # samplingRate: "20"
115- # instrumentPrismaEnabled: "0"
116- # disabled: "0"
117- # log:
118- # exporterUrl: ""
119- # # Log auth headers are currently set to trace.exporterAuthHeaders
120- # metric:
121- # exporterUrl: ""
122- # exporterAuthHeaders: ""
123- # exporterEnabled: "0"
124- # exporterIntervalMs: 30000
125-
126- nodeSelector : {}
127-
128- tolerations : []
129-
130- affinity : {}
108+ internal :
109+ otel :
110+ trace :
111+ exporterUrl : " "
112+ exporterAuthHeaders : " "
113+ loggingEnabled : " 1"
114+ samplingRate : " 20"
115+ instrumentPrismaEnabled : " 0"
116+ disabled : " 0"
117+ log :
118+ exporterUrl : " "
119+ # Log auth headers are currently set to trace.exporterAuthHeaders
120+ metric :
121+ exporterUrl : " "
122+ exporterAuthHeaders : " "
123+ exporterEnabled : " 0"
124+ exporterIntervalMs : 30000
131125
132126# Shared application configuration (used by multiple services)
133127config :
@@ -171,6 +165,8 @@ postgresql:
171165 password : " postgres"
172166 database : " main"
173167
168+ podAnnotations : {}
169+
174170 # podSecurityContext:
175171 # fsGroup: 1000
176172
@@ -213,6 +209,8 @@ redis:
213209 auth :
214210 enabled : false
215211
212+ podAnnotations : {}
213+
216214 # podSecurityContext:
217215 # fsGroup: 1000
218216
@@ -251,6 +249,8 @@ electric:
251249 insecure : true
252250 usageReporting : false
253251
252+ podAnnotations : {}
253+
254254 # podSecurityContext:
255255 # fsGroup: 1000
256256
@@ -281,6 +281,8 @@ clickhouse:
281281 adminUser : " default"
282282 adminPassword : " password"
283283
284+ podAnnotations : {}
285+
284286 # podSecurityContext:
285287 # fsGroup: 1000
286288
@@ -314,6 +316,8 @@ minio:
314316 rootUser : " admin"
315317 rootPassword : " very-safe-password"
316318
319+ podAnnotations : {}
320+
317321 # podSecurityContext:
318322 # fsGroup: 1000
319323
@@ -350,6 +354,8 @@ registry:
350354 username : " registry-user"
351355 password : " very-secure-indeed"
352356
357+ podAnnotations : {}
358+
353359 # podSecurityContext:
354360 # fsGroup: 1000
355361
@@ -388,6 +394,8 @@ supervisor:
388394 tag : " " # Defaults to Chart.appVersion when empty
389395 pullPolicy : IfNotPresent
390396
397+ podAnnotations : {}
398+
391399 # podSecurityContext:
392400 # fsGroup: 1000
393401
@@ -459,6 +467,10 @@ supervisor:
459467 labels : {}
460468 basicAuth : {}
461469
470+ nodeSelector : {}
471+ tolerations : []
472+ affinity : {}
473+
462474# Shared persistent volumes
463475persistence :
464476 # This is used for the worker token file
0 commit comments