Skip to content

Commit b4d64a8

Browse files
committed
fix(kustomization): Uncomment mariadb-galera resource and update target recovery time
1 parent 63f0ce5 commit b4d64a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/clusters/feather-core/configs/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- postgresql
5-
# - mariadb-galera
5+
- mariadb-galera

infrastructure/clusters/feather-core/configs/mariadb-galera/mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
backupRef:
2929
name: mariadb-galera-backup
3030
kind: PhysicalBackup
31-
targetRecoveryTime: 2025-09-22T12:00:00Z
31+
targetRecoveryTime: 2025-10-23T06:00:00Z
3232

3333
# Ensure that the Pods are not preempted by Kubernetes to make room for new scheduled Pods.
3434
priorityClassName: system-node-critical

0 commit comments

Comments
 (0)