Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix: s3 addy
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Jan 27, 2024
1 parent 195b4e7 commit 397a708
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
# name: repo1
# s3:
# bucket: "crunchy-postgres"
# endpoint: "s3.${INTERNAL_DOMAIN}"
# endpoint: "s3.trux.dev"
# region: "us-east-1"
patroni:
dynamicConfiguration:
Expand Down Expand Up @@ -84,5 +84,5 @@ spec:
differential: "0 1 * * 1-6"
s3:
bucket: "crunchy-postgres"
endpoint: "s3.${INTERNAL_DOMAIN}"
endpoint: "s3.trux.dev"
region: "us-east-1"

0 comments on commit 397a708

Please sign in to comment.