Skip to content

Commit

Permalink
update backup values
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiferrer committed Feb 26, 2025
1 parent 5e1e5ae commit c38242f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/production/mariadb/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ metadata:
spec:
chart:
spec:
version: "0.1.4"
version: "0.1.5"
values:
replicas: 2
database: my_wiki
user: sqluser
storage:
size: 1Ti
backup:
bucket: "mardi"
prefix: "production/mariadb"
endpoint: "hsm-test-09.zib.de:9001"
schedule: "0 2 * * *"
resources:
requests:
Expand Down
4 changes: 3 additions & 1 deletion apps/staging/mariadb/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ metadata:
spec:
chart:
spec:
version: "0.1.4"
version: "0.1.5"
values:
replicas: 3
database: my_wiki
user: sqluser
storage:
size: 5Gi
backup:
bucket: "mardi"
prefix: "staging/mariadb"
endpoint: "hsm-test-09.zib.de:9001"
schedule: "0 4 * * *"
resources:
requests:
Expand Down

0 comments on commit c38242f

Please sign in to comment.