prod deployment

This commit is contained in:
2026-04-01 18:34:08 -04:00
parent ca44e68f64
commit eab581f8cb
62 changed files with 1922 additions and 286 deletions

View File

@@ -53,7 +53,8 @@ data:
# Kubernetes configuration
kubernetes:
namespace: dexorder-sandboxes
namespace: sandbox
service_namespace: default
in_cluster: true
sandbox_image: dexorder/ai-sandbox:SANDBOX_TAG_PLACEHOLDER
sidecar_image: dexorder/ai-lifecycle-sidecar:SIDECAR_TAG_PLACEHOLDER

View File

@@ -8,7 +8,7 @@ resources:
- storage-class.yaml
- configs/gateway-config.yaml
- gateway-health-ingress.yaml
- sandbox-config.yaml # ConfigMap for sandbox pods in dexorder-sandboxes namespace
- sandbox-config.yaml
# Dev-specific patches
patches:
@@ -275,6 +275,12 @@ generatorOptions:

View File

@@ -1,11 +1,11 @@
# Sandbox ConfigMap in dexorder-sandboxes namespace
# Sandbox ConfigMap in sandbox namespace
# This is mounted into dynamically created sandbox pods
---
apiVersion: v1
kind: ConfigMap
metadata:
name: sandbox-config
namespace: dexorder-sandboxes
namespace: sandbox
labels:
app.kubernetes.io/name: sandbox
app.kubernetes.io/component: config

View File

@@ -5,7 +5,7 @@ apiVersion: v1
kind: ResourceQuota
metadata:
name: sandbox-quota
namespace: dexorder-sandboxes
namespace: sandbox
spec:
hard:
# Reduced for minikube