fc-apple-mdm: add NanoHUB GitOps workload
This commit is contained in:
25
apps/fc-apple-mdm/pvc.yaml
Normal file
25
apps/fc-apple-mdm/pvc.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user