mirror of
https://github.com/colanode/colanode.git
synced 2026-05-18 05:05:03 +02:00
Disable all ai features temporarily (#146)
This commit is contained in:
@@ -192,15 +192,6 @@ services:
|
||||
# SMTP_EMAIL_FROM_NAME: 'Colanode'
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
# ───────────────────────────────────────────────────────────────
|
||||
# AI Configuration
|
||||
# ---------------------------------------------------------------
|
||||
# The AI integration is in experimental mode yet and we don't
|
||||
# recommend using it.
|
||||
# ---------------------------------------------------------------
|
||||
AI_ENABLED: 'false'
|
||||
# ───────────────────────────────────────────────────────────────
|
||||
|
||||
ports:
|
||||
- '3000:3000'
|
||||
networks:
|
||||
|
||||
@@ -270,10 +270,3 @@ Colanode Server Environment Variables
|
||||
- name: SMTP_EMAIL_FROM_NAME
|
||||
value: {{ .Values.colanode.config.SMTP_EMAIL_FROM_NAME | quote }}
|
||||
{{- end }}
|
||||
|
||||
# ───────────────────────────────────────────────────────────────
|
||||
# AI Configuration
|
||||
# ───────────────────────────────────────────────────────────────
|
||||
- name: AI_ENABLED
|
||||
value: {{ .Values.colanode.config.AI_ENABLED | quote }}
|
||||
{{- end }}
|
||||
|
||||
@@ -49,8 +49,7 @@ colanode:
|
||||
# -- Ingress controller class name
|
||||
className: ''
|
||||
# -- Ingress annotations
|
||||
annotations:
|
||||
{}
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
# -- Ingress hostnames
|
||||
@@ -124,9 +123,6 @@ colanode:
|
||||
# SMTP_EMAIL_FROM: ""
|
||||
# SMTP_EMAIL_FROM_NAME: "Colanode"
|
||||
|
||||
# AI features (optional)
|
||||
AI_ENABLED: 'false'
|
||||
|
||||
global:
|
||||
security:
|
||||
# Required for custom PostgreSQL image with pgvector extension
|
||||
|
||||
Reference in New Issue
Block a user