switch to digital ocean

This commit is contained in:
2024-12-12 12:10:16 -06:00
parent c76934777a
commit 1ae84bd15e
3 changed files with 8 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ dependencies:
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
- name: postgres-cluster - name: postgres-cluster
alias: postgres-16-cluster alias: postgres-16-cluster
version: 3.13.0 version: 3.14.0
repository: http://alexlebens.github.io/helm-charts repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png
appVersion: v3.5.11 appVersion: v3.5.11

View File

@@ -50,13 +50,13 @@ spec:
remoteRef: remoteRef:
conversionStrategy: Default conversionStrategy: Default
decodingStrategy: None decodingStrategy: None
key: /aws/keys/cl01tl-argo-workflows-postgresql key: /digital-ocean/home-infra/postgres-backups
metadataPolicy: None metadataPolicy: None
property: access_key property: access
- secretKey: ACCESS_SECRET_KEY - secretKey: ACCESS_SECRET_KEY
remoteRef: remoteRef:
conversionStrategy: Default conversionStrategy: Default
decodingStrategy: None decodingStrategy: None
key: /aws/keys/cl01tl-argo-workflows-postgresql key: /digital-ocean/home-infra/postgres-backups
metadataPolicy: None metadataPolicy: None
property: secret_key property: secret

View File

@@ -107,17 +107,9 @@ postgres-16-cluster:
storageClass: local-path storageClass: local-path
monitoring: monitoring:
enabled: true enabled: true
prometheusRule:
enabled: false
backup: backup:
enabled: true enabled: true
endpointURL: https://s3.us-east-2.amazonaws.com endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://cl01tl-postgresql-backups/argo-workflows destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-16-cluster
endpointCredentials: argo-workflows-postgresql-16-cluster-backup-secret endpointCredentials: argo-workflows-postgresql-16-cluster-backup-secret
backupIndex: 2 backupIndex: 1
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-argo-workflows-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-argo-workflows-postgresql"