Changed from non-existent scw-bssd-nfs to scw-bssd (RWO). Training output is single-pod, doesn't need ReadWriteMany. PVC deployed to foxhunt namespace (WaitForFirstConsumer). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
312 B
YAML
16 lines
312 B
YAML
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: training-output-pvc
|
|
namespace: foxhunt
|
|
labels:
|
|
app.kubernetes.io/name: training-output
|
|
app.kubernetes.io/part-of: foxhunt
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 50Gi
|
|
storageClassName: scw-bssd
|