add autobrr db

This commit is contained in:
Joseph Hanson 2024-08-14 08:09:29 -05:00
parent bea4b3ee2e
commit 343685e00d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 35 additions and 0 deletions

View file

@ -70,6 +70,11 @@ spec:
- atuin
password:
type: AlphaNumeric
- name: autobrr
databases:
- autobrr
password:
type: AlphaNumeric
- name: gatus
databases:
- gatus

View file

@ -218,3 +218,33 @@ spec:
remoteRef:
remoteKey: jellyseerr
property: JELLYSEERR_POSTGRES_PASSWORD
---
# yaml-language-server: $schema=https://ks.hsn.dev/external-secrets.io/pushsecret_v1alpha1.json
apiVersion: external-secrets.io/v1alpha1
kind: PushSecret
metadata:
name: autobrr
spec:
refreshInterval: 1h
secretStoreRefs:
- name: onepassword-connect
kind: ClusterSecretStore
selector:
secret:
name: postgres-pguser-autobrr
data:
- match:
secretKey: host
remoteRef:
remoteKey: autobrr
property: AUTOBRR_POSTGRES_HOST
- match:
secretKey: user
remoteRef:
remoteKey: autobrr
property: AUTOBRR_POSTGRES_USER
- match:
secretKey: password
remoteRef:
remoteKey: autobrr
property: AUTOBRR_POSTGRES_PASSWORD