Skip to content

Commit 330a414

Browse files
committed
feature(trieve-helm): make Ingress default true
1 parent ced28d7 commit 330a414

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/trieve/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ containers:
274274
repository: clickhouse-collapse-query-script
275275
domains:
276276
dashboard:
277-
disabled: true
277+
disabled: false
278278
host: dashboard.yourdomain.com
279279
# TODO modify as needed for your ingress
280280
class: nginx
@@ -286,7 +286,7 @@ domains:
286286
# - dashboard.yourdomain.com
287287
# secretName: dashboard-ansear-ai
288288
server:
289-
disabled: true
289+
disabled: false
290290
host: api.yourdomain.com
291291
class: nginx
292292
# annotations:
@@ -297,7 +297,7 @@ domains:
297297
# - dashboard.yourdomain.com
298298
# secretName: dashboard-ansear-ai
299299
search:
300-
disabled: true
300+
disabled: false
301301
host: search.yourdomain.com
302302
class: nginx
303303
# annotations:
@@ -308,7 +308,7 @@ domains:
308308
# - dashboard.yourdomain.com
309309
# secretName: dashboard-ansear-ai
310310
chat:
311-
disabled: true
311+
disabled: false
312312
host: chat.yourdomain.com
313313
class: nginx
314314
# annotations:

0 commit comments

Comments
 (0)