@underpostnet/underpost
Version:
Underpost Platform — end-to-end CI/CD and application-delivery toolchain CLI. Covers bare metal, Kubernetes, K3s, kubeadm, LXD, container/image orchestration, secrets, databases, cron jobs, monitoring, SSH, runners, PWA + Workbox delivery, and release orc
11 lines (10 loc) • 462 B
YAML
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: mariadb-storage-class # Renamed for clarity
annotations:
# Set this to "true" if you want this to be the default StorageClass
# storageclass.kubernetes.io/is-default-class: "true"
provisioner: rancher.io/local-path # Ensure this provisioner is installed in your cluster
reclaimPolicy: Retain # Or Delete, depending on your data retention policy
volumeBindingMode: WaitForFirstConsumer