26 lines
703 B
YAML
26 lines
703 B
YAML
# Persistent NanoHUB file backend state.
|
|
#
|
|
# NanoHUB stores NanoMDM, NanoCMD, and KMFDDM data under the file backend root.
|
|
# RWO: keep a single replica and use Recreate for disruptive image/runtime
|
|
# changes.
|
|
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: fc-apple-mdm-data
|
|
namespace: fc-apple-mdm
|
|
labels:
|
|
app: fc-apple-mdm
|
|
app.kubernetes.io/name: fc-apple-mdm
|
|
app.kubernetes.io/component: mdm
|
|
app.kubernetes.io/part-of: flowercore
|
|
app.kubernetes.io/managed-by: argocd
|
|
flowercore.io/tenant-id: system
|
|
flowercore.io/created-by: bluejay-infra
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
storageClassName: longhorn
|
|
resources:
|
|
requests:
|
|
storage: 2Gi
|