prod deployment
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@ apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: sandbox-quota
|
||||
namespace: dexorder-sandboxes
|
||||
namespace: sandbox
|
||||
spec:
|
||||
hard:
|
||||
# Reduced for minikube
|
||||
|
||||
Reference in New Issue
Block a user