add longhorn app
This commit is contained in:
6
helm/longhorn/dev/Chart.lock
Normal file
6
helm/longhorn/dev/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: longhorn
|
||||
repository: oci://harbor.gkdomaine.local/charts
|
||||
version: 1.10.1
|
||||
digest: sha256:9abe842963b34cba5f3787caa4470d921fe074ffe8f6387f43a398babc93d29d
|
||||
generated: "2026-01-12T04:23:19.8152207+01:00"
|
||||
11
helm/longhorn/dev/Chart.yaml
Normal file
11
helm/longhorn/dev/Chart.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v2
|
||||
name: longhorn-wrapper
|
||||
description: Wrapper pour longhorn - Environnement DEV
|
||||
type: application
|
||||
version: 1.0.0
|
||||
|
||||
dependencies:
|
||||
- name: longhorn
|
||||
version: 1.10.1 # Assurez-vous que cette version correspond à celle poussée sur Harbor
|
||||
# Utilisation de votre registre Harbor interne (OCI)
|
||||
repository: "oci://harbor.gkdomaine.local/charts"
|
||||
BIN
helm/longhorn/dev/charts/longhorn-1.10.1.tgz
Normal file
BIN
helm/longhorn/dev/charts/longhorn-1.10.1.tgz
Normal file
Binary file not shown.
44
helm/longhorn/dev/values.yaml
Normal file
44
helm/longhorn/dev/values.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
# Toutes les configurations destinées au chart Nextcloud
|
||||
# doivent être indentées sous la clé 'nextcloud'
|
||||
longhorn:
|
||||
ui:
|
||||
enabled: true
|
||||
|
||||
# Persistence
|
||||
defaultSettings:
|
||||
defaultDataPath: /var/lib/longhorn
|
||||
defaultReplicaCount: 3
|
||||
defaultDiskSelector: ""
|
||||
defaultDataLocality: "best-effort"
|
||||
|
||||
# RBAC et service accounts (Helm gère par défaut)
|
||||
rbac:
|
||||
create: true
|
||||
|
||||
# Installer CRDs si pas déjà faits
|
||||
installCRDs: true
|
||||
|
||||
image:
|
||||
longhorn:
|
||||
manager:
|
||||
# -- Registry for the Longhorn Manager image.
|
||||
registry: "harbor.gkdomaine.local"
|
||||
# -- Repository for the Longhorn Manager image.
|
||||
repository: images/longhorn-manager
|
||||
# -- Tag for the Longhorn Manager image.
|
||||
tag: v1.10.1
|
||||
ui:
|
||||
# -- Registry for the Longhorn UI image.
|
||||
registry: "harbor.gkdomaine.local"
|
||||
# -- Repository for the Longhorn UI image.
|
||||
repository: images/longhorn-ui
|
||||
# -- Tag for the Longhorn UI image.
|
||||
tag: v1.10.1
|
||||
shareManager:
|
||||
# -- Registry for the Longhorn Share Manager image.
|
||||
registry: "harbor.gkdomaine.local"
|
||||
# -- Repository for the Longhorn Share Manager image.
|
||||
repository: images/longhorn-share-manager
|
||||
# -- Tag for the Longhorn Share Manager image.
|
||||
tag: v1.10.1
|
||||
|
||||
Reference in New Issue
Block a user