Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to make it run on Fly Kubernetes #1

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Changes to make it run on Fly Kubernetes #1

wants to merge 21 commits into from

Conversation

benwaffle
Copy link

No description provided.

@benwaffle
Copy link
Author

benwaffle commented Aug 23, 2024

pgbackrest config for tigris:

Create secret cluster1-pgbackrest-secrets following https://docs.percona.com/percona-operator-for-postgresql/2.0/backups-storage.html

diff --git a/deploy/cr.yaml b/deploy/cr.yaml
index ae8d5268b..365a68908 100644
--- a/deploy/cr.yaml
+++ b/deploy/cr.yaml
@@ -316,9 +316,9 @@ spec:
 #              cpu: 200m
 #              memory: 128Mi
 #
-#      configuration:
-#        - secret:
-#            name: cluster1-pgbackrest-secrets
+      configuration:
+        - secret:
+            name: cluster1-pgbackrest-secrets
 #      jobs:
 #        priorityClassName: high-priority
 #        resources:
@@ -423,11 +423,11 @@ spec:
             resources:
               requests:
                 storage: 1Gi
-#      - name: repo2
-#        s3:
-#          bucket: "<YOUR_AWS_S3_BUCKET_NAME>"
-#          endpoint: "<YOUR_AWS_S3_ENDPOINT>"
-#          region: "<YOUR_AWS_S3_REGION>"
+      - name: repo2
+        s3:
+          bucket: "pg-ben"
+          endpoint: "https://fly.storage.tigris.dev"
+          region: "auto"
 #      - name: repo3
 #        gcs:
 #          bucket: "<YOUR_GCS_BUCKET_NAME>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants