fc-apple-mdm: add NanoHUB GitOps workload

This commit is contained in:
Robot
2026-06-17 17:57:17 -05:00
parent 4b58b0ca5f
commit 8ac3557b01
11 changed files with 521 additions and 0 deletions

View 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