Restore
This commit is contained in:
parent
9bad8a416f
commit
4766148727
2 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@ spec:
|
||||||
maxParallel: 8
|
maxParallel: 8
|
||||||
destinationPath: s3://valinor-cnpg/
|
destinationPath: s3://valinor-cnpg/
|
||||||
endpointURL: https://${SECRET_CLOUDFLARE_ACCOUNT_ID}.r2.cloudflarestorage.com
|
endpointURL: https://${SECRET_CLOUDFLARE_ACCOUNT_ID}.r2.cloudflarestorage.com
|
||||||
serverName: postgres-v3
|
serverName: valinor-postgres
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: cloudnative-pg-secret
|
name: cloudnative-pg-secret
|
||||||
|
|
|
@ -170,6 +170,8 @@ kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster-apps-cloudnative-pg-cluster-mastodon
|
name: cluster-apps-cloudnative-pg-cluster-mastodon
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
labels:
|
||||||
|
substitution.flux.home.arpa/enabled: "true"
|
||||||
spec:
|
spec:
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: cluster-apps-cloudnative-pg
|
- name: cluster-apps-cloudnative-pg
|
||||||
|
|
Reference in a new issue