30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
---
|
|
# Source: grafana-operator/charts/postgres-17-cluster/templates/object-store.yaml
|
|
apiVersion: barmancloud.cnpg.io/v1
|
|
kind: ObjectStore
|
|
metadata:
|
|
name: "grafana-operator-postgresql-17-garage-local-backup"
|
|
namespace: grafana-operator
|
|
labels:
|
|
helm.sh/chart: postgres-17-cluster-6.16.1
|
|
app.kubernetes.io/name: grafana-operator-postgresql-17
|
|
app.kubernetes.io/instance: grafana-operator
|
|
app.kubernetes.io/part-of: grafana-operator
|
|
app.kubernetes.io/version: "6.16.1"
|
|
app.kubernetes.io/managed-by: Helm
|
|
spec:
|
|
retentionPolicy: 3d
|
|
configuration:
|
|
destinationPath: s3://postgres-backups/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
|
|
endpointURL: http://garage-main.garage:3900
|
|
s3Credentials:
|
|
accessKeyId:
|
|
name: grafana-operator-postgresql-17-cluster-backup-secret-garage
|
|
key: ACCESS_KEY_ID
|
|
secretAccessKey:
|
|
name: grafana-operator-postgresql-17-cluster-backup-secret-garage
|
|
key: ACCESS_SECRET_KEY
|
|
region:
|
|
name: grafana-operator-postgresql-17-cluster-backup-secret-garage
|
|
key: ACCESS_REGION
|