fix: postgres cluster

This commit is contained in:
auricom
2025-04-04 10:47:37 +02:00
parent 6d888bb7af
commit e97cdd5ec0
5 changed files with 15 additions and 12 deletions

View File

@@ -156,13 +156,14 @@ spec:
differential: 0 1 * * 1-6 # Mon-Sat at 01:00
incremental: 0 2-23 * * * # Every hour except 01:00
dataSource:
postgresCluster:
clusterName: postgres
repoName: repo1
options:
- --type=time
- --target="2025-04-03 14:00:00"
# dataSource:
# pgbackrest:
# stanza: "db"
# configuration: *backupConfig
# global: *backupFlag
# repo:
# name: "repo1"
# s3: *minio
monitoring:
pgmonitor:

View File

@@ -7,7 +7,7 @@ metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: onepassword
name: onepassword-connect
target:
name: jellyseerr-secret
template:

View File

@@ -46,6 +46,8 @@ spec:
envFrom:
- secretRef:
name: lidarr-secret
- secretRef:
name: lidarr-db-secret
resources:
requests:
cpu: 10m

View File

@@ -8,12 +8,12 @@ metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: onepassword
name: onepassword-connect
target:
name: github-status-token-secret
template:
data:
token: "{{ .FLUX_GITHUB_TOKEN }}"
token: "{{ .GITHUB_NOTIFICATION_TOKEN }}"
dataFrom:
- extract:
key: flux

View File

@@ -7,12 +7,12 @@ metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: onepassword
name: onepassword-connect
target:
name: github-webhook-token-secret
template:
data:
token: "{{ .FLUX_GITHUB_WEBHOOK_TOKEN }}"
token: "{{ .GITHUB_SYNC_WEBHOOK_TOKEN }}"
dataFrom:
- extract:
key: flux