feat(backup): 集群备份相关问题修复
这个提交包含在:
@@ -15,7 +15,7 @@ spec:
|
|||||||
- cn-hk
|
- cn-hk
|
||||||
weight: 1
|
weight: 1
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:17-bookworm
|
imageName: ghcr.io/cloudnative-pg/postgresql:17.4
|
||||||
enableSuperuserAccess: true
|
enableSuperuserAccess: true
|
||||||
storage:
|
storage:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
- cn-sh
|
- cn-sh
|
||||||
weight: 1
|
weight: 1
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:17-bookworm
|
imageName: ghcr.io/cloudnative-pg/postgresql:17.4
|
||||||
enableSuperuserAccess: true
|
enableSuperuserAccess: true
|
||||||
storage:
|
storage:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ spec:
|
|||||||
repo: https://cloudnative-pg.github.io/charts
|
repo: https://cloudnative-pg.github.io/charts
|
||||||
chart: cloudnative-pg
|
chart: cloudnative-pg
|
||||||
targetNamespace: infra-data
|
targetNamespace: infra-data
|
||||||
version: 0.26.0
|
version: 0.25.0
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
@@ -22,4 +22,6 @@ spec:
|
|||||||
- key: "node-role.kubernetes.io/control-plane"
|
- key: "node-role.kubernetes.io/control-plane"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
image:
|
||||||
|
tag: "1.25.3"
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ spec:
|
|||||||
prefix: velero
|
prefix: velero
|
||||||
config:
|
config:
|
||||||
region: cn-east-3
|
region: cn-east-3
|
||||||
s3ForcePathStyle: true
|
s3ForcePathStyle: false
|
||||||
s3Url: https://obs.cn-east-3.myhuaweicloud.com
|
s3Url: https://obs.cn-east-3.myhuaweicloud.com
|
||||||
checksumAlgorithm: ""
|
checksumAlgorithm: ""
|
||||||
credentials:
|
credentials:
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户