Files
Deploy-Laboratory/ansible/files/03-07-longhorn/values-lab.yaml
jack 8c43761962 feat: 按 doc_id 重组 ansible/files 与验证框架
- ansible/files 改为与文档 XX-YY 对齐的目录结构,更新相关 playbook 路径
- 新增 scripts/verify.sh 与 ansible/playbooks/verify/*.yml,移除单体 verify-matrix.yml
- 补充 docs/00-02 矩阵状态、00-05 验证框架与流程、00-04 环境与 ylc65 工作机说明
- 增加 k3s 存储准备、Longhorn、local-path 等 playbook 与辅助脚本

Made-with: Cursor
2026-03-26 07:01:14 +08:00

15 lines
618 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Longhorn Helm values — 本仓库实验室(四节点 10G+32G/storage 独立挂载)
# Charthttps://charts.longhorn.io 字段说明见官方 chart values.yaml与 app 同版本 tag
# 使用helm upgrade --install longhorn longhorn/longhorn -n longhorn-system --create-namespace -f values-lab.yaml --version 1.7.2
defaultSettings:
defaultDataPath: /storage/longhorn
# 字符串形式,与 chart 一致32G 数据盘实验环境先省空间,要演练 HA 可改为 "2" 或 "3"
defaultReplicaCount: "1"
persistence:
defaultClass: true
defaultClassReplicaCount: 1
defaultFsType: ext4