13 lines
256 B
YAML
13 lines
256 B
YAML
# Runtime and security initialization for dexorder AI platform
|
|
# Apply this first: kubectl apply -f init.yaml
|
|
---
|
|
apiVersion: node.k8s.io/v1
|
|
kind: RuntimeClass
|
|
metadata:
|
|
name: gvisor
|
|
handler: gvisor
|
|
overhead:
|
|
podFixed:
|
|
memory: "64Mi"
|
|
cpu: "0m"
|