15 lines
633 B
YAML
15 lines
633 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: longhorn-system
|
|
resources:
|
|
- longhorn-wffc-storageclass.yaml
|
|
- longhorn-servicemonitor.yaml
|
|
- longhorn-taint-toleration.yaml
|
|
- longhorn-nodes.yaml
|
|
- expand-replicas-job.yaml
|
|
# Longhorn deployed via bootstrap script (cluster-config/longhorn_bootstrap.sh).
|
|
# These manifests configure it post-bootstrap: WFFC StorageClass (default),
|
|
# Prometheus ServiceMonitor, taint toleration for control-plane nodes, explicit
|
|
# Node CRDs for cp-2/cp-3, and a PostSync hook Job that expands all existing
|
|
# volumes from 1→3 replicas (runs after nodes are Ready).
|