UNPKG

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

15 lines (14 loc) 587 B
--- # kubectl apply -k core/. apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: # pv-pvc.yaml is intentionally absent: the PersistentVolume set is one-per-replica, so it is # generated from the effective replica count by MongoBootstrap.applyReplicaVolumes() and applied # just before this kustomization. A static file can only describe a fixed number of members, and # any --replicas above it leaves the surplus claims unbindable. - headless-service.yaml - statefulset.yaml # - backup-pv-pvc.yaml # - backup-cronjob.yaml # - backup-access.yaml