File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
infrastructure/clusters/feather-core/configs/mariadb-galera Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,10 @@ spec:
25
25
podDisruptionBudget :
26
26
maxUnavailable : 66%
27
27
bootstrapFrom :
28
- s3 :
29
- bucket : mariadb-galera-backup
30
- prefix : backups
31
- endpoint : s3.onelite.feather:7480
32
- accessKeyIdSecretKeyRef :
33
- name : mariadb
34
- key : access-key-id
35
- secretAccessKeySecretKeyRef :
36
- name : mariadb
37
- key : secret-access-key
38
- tls :
39
- enabled : false
40
- backupContentType : Physical
41
- targetRecoveryTime : 2025-09-22T18:00:00Z
28
+ backupRef :
29
+ name : mariadb-galera-backup
30
+ kind : PhysicalBackup
31
+ targetRecoveryTime : 2025-09-22T12:00:00Z
42
32
43
33
# Ensure that the Pods are not preempted by Kubernetes to make room for new scheduled Pods.
44
34
priorityClassName : system-node-critical
You can’t perform that action at this time.
0 commit comments