template.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ---
  2. kind: helm
  3. metadata:
  4. name: Longhorn
  5. description: |-
  6. Helm values template for Longhorn, a distributed block storage system for Kubernetes.
  7. Provides persistent storage with built-in backup and disaster recovery.
  8. Chart Repository: https://charts.longhorn.io
  9. Chart Name: longhorn
  10. Chart Version: Compatible with Longhorn v1.9.1
  11. Project: https://longhorn.io/
  12. Documentation: https://longhorn.io/docs/
  13. version: 1.9.1
  14. author: Christian Lempa
  15. date: "2025-01-11"
  16. tags: []
  17. icon:
  18. provider: selfh
  19. id: rancher-longhorn
  20. draft: true
  21. spec:
  22. backup:
  23. title: Backup Configuration
  24. toggle: backup_enabled
  25. vars:
  26. backup_enabled:
  27. description: Enable backup target configuration
  28. type: bool
  29. default: false
  30. backup_target:
  31. description: Backup target URL (e.g., s3://bucket or nfs://server/path)
  32. type: str
  33. general:
  34. vars:
  35. namespace:
  36. type: str
  37. default: longhorn-system
  38. release_name:
  39. type: str
  40. default: longhorn
  41. ui:
  42. title: Longhorn UI
  43. vars:
  44. ui_replicas:
  45. description: Number of Longhorn UI replicas
  46. type: int
  47. default: 1