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
|
differential: 0 1 * * 1-6 # Mon-Sat at 01:00
|
||||||
incremental: 0 2-23 * * * # Every hour except 01:00
|
incremental: 0 2-23 * * * # Every hour except 01:00
|
||||||
|
|
||||||
dataSource:
|
# dataSource:
|
||||||
postgresCluster:
|
# pgbackrest:
|
||||||
clusterName: postgres
|
# stanza: "db"
|
||||||
repoName: repo1
|
# configuration: *backupConfig
|
||||||
options:
|
# global: *backupFlag
|
||||||
- --type=time
|
# repo:
|
||||||
- --target="2025-04-03 14:00:00"
|
# name: "repo1"
|
||||||
|
# s3: *minio
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
pgmonitor:
|
pgmonitor:
|
||||||
|
@@ -7,7 +7,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
name: onepassword
|
name: onepassword-connect
|
||||||
target:
|
target:
|
||||||
name: jellyseerr-secret
|
name: jellyseerr-secret
|
||||||
template:
|
template:
|
||||||
|
@@ -46,6 +46,8 @@ spec:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: lidarr-secret
|
name: lidarr-secret
|
||||||
|
- secretRef:
|
||||||
|
name: lidarr-db-secret
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
@@ -8,12 +8,12 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
name: onepassword
|
name: onepassword-connect
|
||||||
target:
|
target:
|
||||||
name: github-status-token-secret
|
name: github-status-token-secret
|
||||||
template:
|
template:
|
||||||
data:
|
data:
|
||||||
token: "{{ .FLUX_GITHUB_TOKEN }}"
|
token: "{{ .GITHUB_NOTIFICATION_TOKEN }}"
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
key: flux
|
key: flux
|
||||||
|
@@ -7,12 +7,12 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
name: onepassword
|
name: onepassword-connect
|
||||||
target:
|
target:
|
||||||
name: github-webhook-token-secret
|
name: github-webhook-token-secret
|
||||||
template:
|
template:
|
||||||
data:
|
data:
|
||||||
token: "{{ .FLUX_GITHUB_WEBHOOK_TOKEN }}"
|
token: "{{ .GITHUB_SYNC_WEBHOOK_TOKEN }}"
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
key: flux
|
key: flux
|
||||||
|
Reference in New Issue
Block a user