Compare commits

..

1 commit

Author SHA1 Message Date
3ae6b5595d Update kube-prometheus-stack Docker tag to v55.5.2 2024-01-04 13:03:00 +00:00
4 changed files with 10 additions and 12 deletions

View file

@ -5,4 +5,3 @@ kind: Kustomization
namespace: database namespace: database
resources: resources:
- ./helmrelease.yaml - ./helmrelease.yaml
- ./objectbucketclaim.yaml

View file

@ -8,6 +8,7 @@ resources:
# - ./helmrelease.yaml # - ./helmrelease.yaml
# - ./ingress.yaml # - ./ingress.yaml
- ./postgresCluster.yaml - ./postgresCluster.yaml
- ./objectbucketclaim.yaml
- ./pvc.yaml - ./pvc.yaml
configMapGenerator: configMapGenerator:
- name: peertube-configmap - name: peertube-configmap

View file

@ -3,8 +3,8 @@
apiVersion: objectbucket.io/v1alpha1 apiVersion: objectbucket.io/v1alpha1
kind: ObjectBucketClaim kind: ObjectBucketClaim
metadata: metadata:
name: crunchy-postgres name: pgo-peertube-backup-bucket-v1
namespace: monitoring namespace: monitoring
spec: spec:
bucketName: crunchy-postgres bucketName: pgo-peertube-backup-v1
storageClassName: ceph-bucket storageClassName: ceph-bucket

View file

@ -13,12 +13,12 @@ spec:
postgresql: postgresql:
synchronous_commit: "on" synchronous_commit: "on"
pg_hba: pg_hba:
- hostnossl all all 10.32.0.0/16 md5 - host peertube peertube 10.32.0.0/16 md5
- hostnossl all all all md5 - host all peertube 127.0.0.1 md5
monitoring: # monitoring:
pgmonitor: # pgmonitor:
exporter: # exporter:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.5.0-0 # image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.3-0
instances: instances:
- name: postgres - name: postgres
@ -35,8 +35,6 @@ spec:
databases: databases:
- peertube - peertube
options: "SUPERUSER" options: "SUPERUSER"
password:
type: AlphaNumeric
backups: backups:
pgbackrest: pgbackrest:
configuration: configuration:
@ -58,6 +56,6 @@ spec:
full: "0 1 * * 0" full: "0 1 * * 0"
differential: "0 1 * * 1-6" differential: "0 1 * * 1-6"
s3: s3:
bucket: "crunchy-postgres" bucket: "pgo-peertube-backup-v1"
endpoint: "rook-ceph-rgw-ceph-objectstore.rook-ceph.svc" endpoint: "rook-ceph-rgw-ceph-objectstore.rook-ceph.svc"
region: "" region: ""