Files
bolt.diy/k8s/configmap.yaml
2025-06-16 21:20:30 -04:00

10 lines
217 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: buildify-config
namespace: buildify
data:
RUNNING_IN_DOCKER: "true"
NODE_ENV: "production"
VITE_LOG_LEVEL: "info"
# Add other non-sensitive configuration here