Files
2026-05-19 14:28:44 +08:00

20 lines
451 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.

---
# Source: cmii-live-services/templates/pvc.yaml
# 单个共享 PVC通过 subPath 区分不同服务的数据
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
namespace: sc-cd-uav-260207
name: cmii-live-shared-data-pvc
labels:
app: media-suite
chart: cmii-live-services-1.0.0
release: cmii-live
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 20Gi
storageClassName: nfs-prod-distribute