Skip to content

Commit

Permalink
--wip-- [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Sep 20, 2024
1 parent 76f0e9b commit 48512d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ spec:
maxParallel: 8
# https://cloudnative-pg.io/documentation/1.19/backup_recovery/#other-s3-compatible-object-storages-providers
destinationPath: s3://gardiner-cloudnative-pg/
endpointURL: s3.us-west-004.backblazeb2.com
endpointURL: https://s3.us-west-004.backblazeb2.com
# Note: serverName version needs to be implemented
# when recovering from an existing cnpg cluster
serverName: &currentCluster postgres16-v6
serverName: &currentCluster main-postgres16-v1
s3Credentials:
accessKeyId:
name: &minioSecret cloudnative-pg-cluster-secret
Expand All @@ -55,7 +55,7 @@ spec:
key: AWS_SECRET_ACCESS_KEY
bootstrap:
recovery:
source: &previousCluster postgres16-v5
source: &previousCluster postgres16-v6
externalClusters:
- name: *previousCluster
barmanObjectStore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ spec:
nfs:
type: nfs
server: "${NFS_SERVER_ADDR}"
path: /media
path: "${NFS_SERVER_MEDIA_DIR}"
globalMounts:
- path: /data/nfs
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nodes:
controlPlane: true
networkInterfaces:
- deviceSelector:
hardwareAddr: "1c:1b:0d:e9:8b:20"
hardwareAddr: "1c:1b:0d:eb:03:ed"
physical: true
dhcp: false
addresses:
Expand Down

0 comments on commit 48512d9

Please sign in to comment.