Disable all ai features temporarily (#146)

This commit is contained in:
Hakan Shehu
2025-07-21 13:21:17 +02:00
committed by GitHub
parent b6d6d73782
commit d9f67a3154
5 changed files with 87 additions and 108 deletions

View File

@@ -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:

View File

@@ -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 }}

View File

@@ -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