readme
All checks were successful
Build container images / build (push) Successful in 45s

This commit is contained in:
James Brumond 2023-08-16 17:18:48 -07:00
parent a16fd2ac72
commit 1ad9dd7492
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -25,7 +25,7 @@ spec:
containers: containers:
- name: mariadb-backup-rotate-container - name: mariadb-backup-rotate-container
image: gitea.jbrumond.me/images/rotate-backups:8 image: gitea.jbrumond.me/images/rotate-backups:8
command: [ "/opt/rotate.sh", "--daily=7", "--weekly=4", "--monthly=12", "--yearly=always" ] args: [ "--daily=7", "--weekly=4", "--monthly=12", "--yearly=always" ]
resources: resources:
limits: limits:
cpu: 500m cpu: 500m