Add env rct
This commit is contained in:
6
nextcloud/rct/Chart.lock
Normal file
6
nextcloud/rct/Chart.lock
Normal 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
11
nextcloud/rct/Chart.yaml
Normal 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/
|
||||||
BIN
nextcloud/rct/charts/nextcloud-8.0.3.tgz
Normal file
BIN
nextcloud/rct/charts/nextcloud-8.0.3.tgz
Normal file
Binary file not shown.
1
nextcloud/rct/config.json
Normal file
1
nextcloud/rct/config.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"server": "https://kubernetes.default.svc"}
|
||||||
13
nextcloud/rct/values.yaml
Normal file
13
nextcloud/rct/values.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user