-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
37 lines (30 loc) · 798 Bytes
/
env.example
File metadata and controls
37 lines (30 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Kind Lab Configuration
CLUSTER_NAME=kind-lab
LOCAL_DOMAIN=beavers.dev
# Tool versions (for reference)
HELM_VERSION=v3.18.3
KIND_VERSION=v0.29.0
KUBECTL_VERSION=v1.33.2
MKCERT_VERSION=v1.4.4
# MinIO configuration
MINIO_ADMIN=minioadmin
MINIO_ADMIN_PASSWORD=minioadmin123
# ArgoCD configuration
ARGO_ADMIN=admin
ARGO_ADMIN_PASSWORD=admin123
# Jupyter user for MinIO (optional)
MINIO_JUPYTER_USER=jupyter
MINIO_JUPYTER_PASSWORD=jupyter123
# PostgreSQL configuration
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres123
POSTGRES_DB=lab
# MLflow configuration
MLFLOW_DB_NAME=mlflow
MLFLOW_S3_BUCKET=mlflow
MLFLOW_S3_ENDPOINT_URL=http://minio.minio.svc.cluster.local:9000
MLFLOW_S3_IGNORE_TLS=true
MLFLOW_AWS_REGION=us-east-1
# Redis configuration
REDIS_UI_USER=admin
REDIS_UI_PASSWORD=admin123