Skip to content

Commit 653bf0c

Browse files
committed
examples
1 parent 8ab01eb commit 653bf0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/fpm-nginx-dhi-k8s/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
Manual/Help: https://manual.woltlab.com/en/installation/
4444
(Notice: Database Host is `wsc-db`!)
4545
11. Installation complete.
46+
12. Optional: example Backup-Script `kubectl apply -f wsc-backup-cronjob.yaml` (Please Test Backup and Recovery!)
4647

4748
## Registry Login
4849

examples/fpm-nginx-dhi-k8s/wsc-backup-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ metadata:
9595
app.kubernetes.io/component: cronjob
9696
app.kubernetes.io/part-of: wsc
9797
spec:
98-
suspend: true # set true for disable cronjob
98+
#suspend: true # set true for disable cronjob
9999
schedule: "0 4 * * 0-6" # Mon-Sun at 4am UTC
100100
concurrencyPolicy: "Forbid"
101101
successfulJobsHistoryLimit: 3

0 commit comments

Comments
 (0)