Compare commits
4 Commits
a924afdec9
...
943417c7b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
943417c7b4
|
|||
| cf934319f1 | |||
| ae042d09d0 | |||
| ecbe69acb4 |
@@ -32,12 +32,12 @@ spec:
|
||||
data:
|
||||
- secretKey: access
|
||||
remoteRef:
|
||||
key: /digital-ocean/home-infra/mariadb-backups
|
||||
property: AWS_ACCESS_KEY_ID
|
||||
key: /backblaze/home-infra/mariadb-backups
|
||||
property: ACCESS_KEY_ID
|
||||
- secretKey: secret
|
||||
remoteRef:
|
||||
key: /digital-ocean/home-infra/mariadb-backups
|
||||
property: AWS_SECRET_ACCESS_KEY
|
||||
key: /backblaze/home-infra/mariadb-backups
|
||||
property: ACCESS_SECRET_KEY
|
||||
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
|
||||
@@ -151,7 +151,7 @@ mariadb-cluster:
|
||||
physicalBackups:
|
||||
- name: backup-external
|
||||
schedule:
|
||||
cron: "0 0 * * 0"
|
||||
cron: "0 0 * * 6"
|
||||
suspend: false
|
||||
immediate: true
|
||||
compression: gzip
|
||||
@@ -159,10 +159,10 @@ mariadb-cluster:
|
||||
successfulJobsHistoryLimit: 1
|
||||
storage:
|
||||
s3:
|
||||
bucket: mariadb-backups-b230a2f5aecf080a4b372c08
|
||||
bucket: mariadb-backups-6e3b78870f7af040
|
||||
prefix: cl01tl/grimmory
|
||||
endpoint: nyc3.digitaloceanspaces.com
|
||||
region: us-east-1
|
||||
endpoint: s3.us-east-005.backblazeb2.com
|
||||
region: us-east-005
|
||||
accessKeyIdSecretKeyRef:
|
||||
name: grimmory-mariadb-cluster-backup-secret-external
|
||||
key: access
|
||||
|
||||
@@ -199,7 +199,7 @@ qbittorrent:
|
||||
qui:
|
||||
image:
|
||||
repository: ghcr.io/autobrr/qui
|
||||
tag: v1.17.0@sha256:fb3832e68f66b056e1b049d16c40732661e7b73999bc642d4b11469a3ebbabd3
|
||||
tag: v1.18.0@sha256:2e768c8509831afd1f606d27d9aa8e5f3fc722fac4ea88acfdc4fa3b0e9b13ae
|
||||
env:
|
||||
- name: QUI__METRICS_ENABLED
|
||||
value: true
|
||||
|
||||
@@ -169,11 +169,15 @@
|
||||
"/(^|/|-)(kube-prometheus-stack)/",
|
||||
"/(^|/|-)(lidarr)/",
|
||||
"/(^|/|-)(medialyze|MediaLyze)/",
|
||||
"/(^|/|-)(musicgrabber)/",
|
||||
"/(^|/|-)(ollama)/",
|
||||
"/(^|/|-)(outline)/",
|
||||
"/(^|/|-)(qui)/",
|
||||
"/(^|/|-)(radarr)/",
|
||||
"/(^|/|-)(renovate)/",
|
||||
"/(^|/|-)(sonarr)/",
|
||||
"/(^|/|-)(tdarr)/"
|
||||
"/(^|/|-)(tdarr)/",
|
||||
"/(^|/|-)(yubal)/"
|
||||
],
|
||||
"addLabels": [
|
||||
"{{{datasource}}}",
|
||||
|
||||
Reference in New Issue
Block a user