对齐文件规范
This commit is contained in:
14
ansible/files/03-07/values-lab.yaml
Normal file
14
ansible/files/03-07/values-lab.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Longhorn Helm values — 本仓库实验室(四节点 10G+32G,/storage 独立挂载)
|
||||
# Chart:https://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
|
||||
|
||||
Reference in New Issue
Block a user