Files
2025-01-26 17:32:26 +08:00

31 lines
738 B
YAML

---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flatnotes-app
namespace: flux-system
labels: &l
app.kubernetes.io/name: "flatnotes"
spec:
targetNamespace: "flatnotes"
commonMetadata:
labels: *l
path: ./kube/deploy/apps/flatnotes/app
components:
- ../../../core/flux-system/alerts/template/
- ../../../core/storage/volsync/component/
dependsOn:
- name: 1-core-storage-volsync-app
- name: 1-core-storage-rook-ceph-cluster
postBuild:
substitute:
PVC: "flatnotes-data"
SIZE: "10Gi"
SC: &sc "file"
SNAP: *sc
ACCESSMODE: "ReadWriteMany"
SNAP_ACCESSMODE: "ReadOnlyMany"
RUID: &uid "1000"
RGID: *uid
RFSG: *uid