mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: postgres cluster
This commit is contained in:
@@ -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:
|
||||
|
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: onepassword
|
||||
name: onepassword-connect
|
||||
target:
|
||||
name: jellyseerr-secret
|
||||
template:
|
||||
|
@@ -46,6 +46,8 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: lidarr-secret
|
||||
- secretRef:
|
||||
name: lidarr-db-secret
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user