fixed typo
This commit is contained in:
parent
c5e5de16e8
commit
6732be46a5
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
||||||
c4k-nextcloud provides a k8s deployment for nextcloud containing:
|
c4k-nextcloud provides a k8s deployment for nextcloud containing:
|
||||||
* adjusted nextcloud docker image
|
* adjusted nextcloud docker image
|
||||||
* nextcloud
|
* nextcloud
|
||||||
??? * ingress having a letsencrypt managed certificate
|
* ingress having a letsencrypt managed certificate
|
||||||
??? * postgres database
|
* postgres database
|
||||||
|
|
||||||
The package aims to a low load sceanrio.
|
The package aims to a low load sceanrio.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ This is under development.
|
||||||
1) Scale Nextcloud deployment down:
|
1) Scale Nextcloud deployment down:
|
||||||
kubectl scale deployment nextcloud --replicas=0
|
kubectl scale deployment nextcloud --replicas=0
|
||||||
|
|
||||||
2)apply backup and restore pod:
|
2) apply backup and restore pod:
|
||||||
kubectl apply -f src/main/resources/backup/backup-restore.yaml
|
kubectl apply -f src/main/resources/backup/backup-restore.yaml
|
||||||
|
|
||||||
3) exec into pod and execute restore pod
|
3) exec into pod and execute restore pod
|
||||||
|
|
Loading…
Reference in a new issue