This commit is contained in:
vfebvre 2023-08-30 11:43:44 +02:00
parent 17b00068c4
commit a1e964fd2f
1 changed files with 20 additions and 0 deletions

View File

@ -1,2 +1,22 @@
# nextcloud-kustom
**WARNIGN - test branch, does not respect the target strategy for a production environment**
- Create cluster
- To create cluster instance
kind create cluster --config requires/cluster/cluster.yaml
- Install operators and openldap(dev)
kubectl apply -k requires/
- Define IP poll address
kubectl apply -k base/cluster/lb
- Install nextcloud
kubectl apply -k overlays/dev