Files
homelab-infra/platform/sandbox-opensandbox/template.yaml
T
panxiao81 d526fd75d3
yaml / yaml (pull_request) Successful in 17s
部署 OpenSandbox 控制面
2026-09-18 16:36:21 +00:00

18 lines
361 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: opensandbox-batchsandbox-template
namespace: opensandbox-system
data:
batchsandbox-template.yaml: |
metadata:
labels:
ddupan.top/workload-class: sandbox
spec:
replicas: 1
template:
spec:
restartPolicy: Never
terminationGracePeriodSeconds: 30