Add jellyseerr database

This commit is contained in:
Joseph Hanson 2024-07-25 18:20:56 -05:00
parent 2a62182401
commit 639b4adb29
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 35 additions and 0 deletions

View file

@ -98,6 +98,11 @@ spec:
- sonarr_main
password:
type: AlphaNumeric
- name: jellyseerr
databases:
- jellyseerr
password:
type: AlphaNumeric
backups:

View file

@ -188,3 +188,33 @@ spec:
remoteRef:
remoteKey: atuin
property: ATUIN_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: jellyseerr
spec:
refreshInterval: 1h
secretStoreRefs:
- name: onepassword-connect
kind: ClusterSecretStore
selector:
secret:
name: postgres-pguser-jellyseerr
data:
- match:
secretKey: host
remoteRef:
remoteKey: jellyseerr
property: JELLYSEERR_POSTGRES_HOST
- match:
secretKey: user
remoteRef:
remoteKey: jellyseerr
property: JELLYSEERR_POSTGRES_USER
- match:
secretKey: password
remoteRef:
remoteKey: jellyseerr
property: ATUIN_POSTGRES_PASSWORD