Fix dot-ai
This commit is contained in:
parent
39e7286bd3
commit
28e40e53af
@ -9,12 +9,13 @@ dot-ai:
|
||||
enabled: true
|
||||
baseURL: "http://ollama.ai-stack.svc.cluster.local:11434/v1"
|
||||
|
||||
# keep disabled to avoid duplicate CUSTOM_EMBEDDINGS_* env vars
|
||||
localEmbeddings:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
secrets:
|
||||
auth:
|
||||
token: "YAmCMjPflHQAuDqYZufDKKvqWUysrwgfOzXCzwHFEM4="
|
||||
token: "my-token"
|
||||
openai:
|
||||
apiKey: "dummy-key"
|
||||
|
||||
@ -26,27 +27,34 @@ dot-ai:
|
||||
webUI:
|
||||
baseUrl: "https://dot-ai-ui.dvirlabs.com"
|
||||
|
||||
env:
|
||||
- name: CUSTOM_EMBEDDINGS_BASE_URL
|
||||
value: "http://ollama.ai-stack.svc.cluster.local:11434/v1"
|
||||
- name: CUSTOM_EMBEDDINGS_API_KEY
|
||||
value: "dummy-key"
|
||||
- name: EMBEDDING_MODEL
|
||||
value: "nomic-embed-text"
|
||||
- name: EMBEDDINGS_DIMENSIONS
|
||||
value: "768"
|
||||
|
||||
# ===== controller =====
|
||||
dot-ai-controller:
|
||||
enabled: true
|
||||
fullnameOverride: dot-ai-controller
|
||||
|
||||
|
||||
# ===== UI =====
|
||||
dot-ai-ui:
|
||||
enabled: true
|
||||
fullnameOverride: dot-ai-ui
|
||||
|
||||
uiAuth:
|
||||
token: "+zjZEF8v9l9zG3evXgTuF9RIdMtpfOXr6u6o4+bXl5Y="
|
||||
token: "my-token"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
host: dot-ai-ui.dvirlabs.com
|
||||
|
||||
|
||||
# ===== features =====
|
||||
resourceSync:
|
||||
enabled: true
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
apiVersion: dot-ai.devopstoolkit.live/v1alpha1
|
||||
kind: ResourceSyncConfig
|
||||
metadata:
|
||||
name: default-sync
|
||||
namespace: ai-stack
|
||||
spec:
|
||||
mcpEndpoint: http://dot-ai.ai-stack.svc.cluster.local:3456/api/v1/resources/sync
|
||||
mcpAuthSecretRef:
|
||||
name: dot-ai-secrets
|
||||
key: auth-token
|
||||
Loading…
x
Reference in New Issue
Block a user