AI/openviking: add k8s manifest (Kustomize) and remove redundant Dockerfile
This commit is contained in:
14
AI/openviking/k8s/03-configmap.yaml
Normal file
14
AI/openviking/k8s/03-configmap.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: openviking-config
|
||||
namespace: openviking
|
||||
data:
|
||||
OVIKING_PORT: "8000"
|
||||
OVIKING_HOST: "0.0.0.0"
|
||||
# 日志级别: debug, info, warn, error
|
||||
OVIKING_LOG_LEVEL: "info"
|
||||
# 数据存储路径(容器内)
|
||||
OVIKING_DATA_DIR: "/app/data"
|
||||
# 向量模型(可选,注释掉则使用默认模型)
|
||||
# OVIKING_EMBED_MODEL: "text-embedding-3-large"
|
||||
Reference in New Issue
Block a user