feat: topology, and improves handling

This commit is contained in:
2026-02-17 18:12:02 +07:00
parent e8dbefde43
commit d14f043e7c
145 changed files with 4213 additions and 2861 deletions

View File

@@ -10,20 +10,8 @@ WEB_URL="http://localhost:3001"
NEXT_PUBLIC_API_URL="http://localhost:3000"
# Kubernetes Configuration
# The Kubernetes namespace where resources will be created
KUBERNETES_NAMESPACE="minikura"
# Skip TLS certificate verification for Kubernetes API
KUBERNETES_SKIP_TLS_VERIFY="true"
# Node.js TLS rejection control (needed when KUBERNETES_SKIP_TLS_VERIFY is true)
NODE_TLS_REJECT_UNAUTHORIZED="0"
# Optional: Service account token for Kubernetes authentication
# By default, uses ~/.kube/config (local development or in-cluster config)
# Only set this for production deployments outside the cluster
# KUBERNETES_SERVICE_ACCOUNT_TOKEN="your-token-here"
# Kubernetes Operator Configuration
# Enable CRD reflection to automatically sync database state to Kubernetes Custom Resources
# Set to "false" to disable automatic CRD creation from database entries