Files
K3S/addons/longhorn/role/defaults/main.yml
2026-04-24 21:01:26 +03:00

26 lines
872 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_version: "1.7.0"
longhorn_namespace: "longhorn-system"
longhorn_chart_repo: "https://charts.longhorn.io"
# Количество реплик по умолчанию — не должно превышать число нод с диском
longhorn_default_replica_count: 2
longhorn_data_path: "/var/lib/longhorn"
# false — не вытеснять NFS StorageClass как default
longhorn_storage_class_default: false
longhorn_ingress_enabled: false
longhorn_ingress_host: "longhorn.example.com"
longhorn_ingress_class: "{{ ingress_nginx_class_name | default('nginx') }}"
longhorn_ingress_tls: "{{ cert_manager_enabled | default(false) | bool }}"
longhorn_ingress_cert_issuer: "{{ cert_manager_default_issuer_name | default('letsencrypt-prod') }}"
longhorn_resources:
requests:
cpu: 25m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi