添加qiming-rcoder模块

This commit is contained in:
Codex
2026-06-01 13:54:52 +08:00
parent 8092c4b1f8
commit 4b1a580132
539 changed files with 151650 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Storage layer - 存储层配置
# 注意:
# - juicefs-secret 由各环境 overlay 提供 (dev/prod)
# - juicefs-storageclass 由各环境 overlay 提供(集群级资源需按环境独立命名,避免冲突)
# - 不再使用 juicefs-init JobJuiceFS CSI driver 首次挂载时会用 Secret 里的
# name/metaurl/storage/bucket/access-key/secret-key 自动执行 formatJob 是冗余的
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- postgresql-deployment.yaml
- minio-deployment.yaml
- minio-init-job.yaml
- juicefs-pvc.yaml