Fix: Do not write grafana cnpg backups to the same path as authentik

This commit is contained in:
Marco van Zijl 2025-11-22 20:48:03 +01:00
parent db5fdb89b0
commit de1cfc90fe

View File

@ -174,7 +174,7 @@ grafana:
database: grafana
owner: grafana
storage:
size: 10Gi
size: 15Gi
storageClass: local-path
resources:
requests:
@ -196,7 +196,7 @@ grafana:
spec:
retentionPolicy: "30d"
configuration:
destinationPath: s3://postgresql-backups/grafana
destinationPath: s3://cnpg-backup-grafana/
endpointURL: http://rook-ceph-rgw-ceph-objectstore.rook-ceph.svc:80
s3Credentials:
accessKeyId:
@ -230,16 +230,7 @@ grafana:
name: grafana-pg-backups
namespace: monitoring
spec:
bucketName: postgresql-backups
generateBucketName: cnpg-backup-grafana
storageClassName: ceph-bucket
additionalConfig:
maxSize: "50Gi"
- apiVersion: v1
kind: Secret
metadata:
name: grafana-pg-backup-creds
namespace: monitoring
type: Opaque
stringData:
AWS_ACCESS_KEY_ID: placeholder
AWS_SECRET_ACCESS_KEY: placeholder