Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
--wip-- [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed May 26, 2024
1 parent 0493e1f commit 6b4d069
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
requests:
cpu: 500m
limits:
memory: 2Gi
memory: 1Gi
monitoring:
enablePodMonitor: true
# Ref: https://github.com/cloudnative-pg/cloudnative-pg/issues/2501
Expand Down Expand Up @@ -67,8 +67,8 @@ kind: ScheduledBackup
metadata:
name: postgres
spec:
# schedule: "@daily"
schedule: "0 */6 * * *" # every 6 hours at minute 0
schedule: "@daily"
# schedule: "0 */6 * * *" # every 6 hours at minute 0
immediate: true
backupOwnerReference: self
cluster:
Expand Down

0 comments on commit 6b4d069

Please sign in to comment.