Add env rct

This commit is contained in:
2025-12-28 04:19:51 +01:00
parent df3f3a8828
commit 91c9bd5808
5 changed files with 31 additions and 0 deletions

6
nextcloud/rct/Chart.lock Normal file
View File

@@ -0,0 +1,6 @@
dependencies:
- name: nextcloud
repository: https://nextcloud.github.io/helm/
version: 8.0.3
digest: sha256:7c15086e97cd7409819c38da51a99845d04109acd2e96a46602f2152db559973
generated: "2025-12-28T04:19:16.7097941+01:00"

11
nextcloud/rct/Chart.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v2
name: nextcloud-wrapper
description: Wrapper pour Nextcloud - Environnement RCT
type: application
version: 1.0.0 # Version de votre wrapper (interne)
# appVersion: "27.1.0" # Optionnel : version de Nextcloud installée
dependencies:
- name: nextcloud
version: 8.0.3 # <--- C'est ICI que vous gérez la version du Chart officiel
repository: https://nextcloud.github.io/helm/

Binary file not shown.

View File

@@ -0,0 +1 @@
{"server": "https://kubernetes.default.svc"}

13
nextcloud/rct/values.yaml Normal file
View File

@@ -0,0 +1,13 @@
replicaCount: 1
ingress:
enabled: true
nextcloud:
host: nextcloud-rct.example.com
username: admin
password: rct
persistence:
enabled: true
size: 1Gi