Compare commits
3 Commits
64c054cfb7
...
23f00cb7df
Author | SHA1 | Date | |
---|---|---|---|
23f00cb7df
|
|||
b63d0621eb | |||
77f2fc7c80 |
@@ -90,7 +90,7 @@ argo-events:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
postgres-17-cluster:
|
postgres-17-cluster:
|
||||||
mode: standalone
|
mode: recovery
|
||||||
cluster:
|
cluster:
|
||||||
storage:
|
storage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
@@ -105,11 +105,11 @@ postgres-17-cluster:
|
|||||||
objectStore:
|
objectStore:
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
|
||||||
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret
|
index: 4
|
||||||
recoveryIndex: 4
|
|
||||||
backup:
|
backup:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
objectStore:
|
||||||
|
- name: external
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
|
||||||
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret
|
index: 4
|
||||||
backupIndex: 4
|
|
||||||
|
@@ -15,7 +15,7 @@ maintainers:
|
|||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cloudnative-pg
|
- name: cloudnative-pg
|
||||||
version: 0.23.2
|
version: 0.24.0
|
||||||
repository: https://cloudnative-pg.io/charts/
|
repository: https://cloudnative-pg.io/charts/
|
||||||
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4
|
||||||
appVersion: 1.25.1
|
appVersion: 1.26.0
|
||||||
|
Reference in New Issue
Block a user