k8s/roles/longhorn/defaults/main.yml
mrwho b32ea30345 refactor(infra): restructure inventory and update dependencies
- rename manager node and update host FQDNs in inventory
- enable multiple worker nodes by commenting out secondary disk
- standardize k8s configuration file paths with numeric prefixes
- disable k9s permissions step in manager role
- upgrade Longhorn chart to v1.12.0 and Traefik chart to v41.0.2
- update Traefik port_map with protocol and add forgejo service
- refine Traefik logging configuration to use new JSON format
- increase Longhorn disk probe retries and delays
- add placeholder directory for k8s_manager files
2026-07-16 21:28:44 +03:00

15 lines
488 B
YAML

---
longhorn_chart_version: "1.12.0"
longhorn_namespace: longhorn-system
# Number of replicas per volume. Set to 1 while only 1 worker node exists.
# Raise to 2 or 3 after adding more worker nodes.
longhorn_default_replica_count: 1
longhorn_replica_node_soft_anti_affinity: "false"
longhorn_minimal_available_storage_percentage: "10"
longhorn_storage_over_provisioning_percentage: "100"
# Path to kubeconfig on manager node
longhorn_kubeconfig: "/home/{{ ansible_user }}/.kube/config"