mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-03-30 12:25:35 +00:00
✨ feat: topology, and improves handling
This commit is contained in:
12
.env.example
12
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user