creation de nextcloud-kustom
This commit is contained in:
4
overlays/dev/resources/files/minio/config.env
Normal file
4
overlays/dev/resources/files/minio/config.env
Normal file
@ -0,0 +1,4 @@
|
||||
export MINIO_ROOT_USER="cadoles"
|
||||
export MINIO_ROOT_PASSWORD="cadoles;21"
|
||||
export MINIO_STORAGE_CLASS_STANDARD="EC:2"
|
||||
export MINIO_BROWSER="on"
|
6
overlays/dev/resources/host-config.yaml
Normal file
6
overlays/dev/resources/host-config.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: host-config
|
||||
data:
|
||||
NEXTCLOUD_HOST: nxt.serveur.fr
|
4
overlays/dev/resources/namespace.yaml
Normal file
4
overlays/dev/resources/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: nextcloud-dev
|
Reference in New Issue
Block a user