Files
qiming/qiming-rcoder/k8s/manifests/base/rcoder/kustomization.yaml
2026-06-01 13:54:52 +08:00

16 lines
438 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# RCoder application layer - 应用层配置
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# 注意:
# - rcoder-configmap.yaml 由各环境 overlay 提供storage_class 需随环境变化)
# - ClusterRoleBinding 由各环境 overlay 提供(避免集群级命名冲突)
resources:
- serviceaccount.yaml
- rcoder-deployment.yaml
- rcoder-service.yaml
- rcoder-networkpolicy.yaml
- rcoder-pdb.yaml