Add jellyseerr database
This commit is contained in:
parent
2a62182401
commit
639b4adb29
2 changed files with 35 additions and 0 deletions
|
@ -98,6 +98,11 @@ spec:
|
||||||
- sonarr_main
|
- sonarr_main
|
||||||
password:
|
password:
|
||||||
type: AlphaNumeric
|
type: AlphaNumeric
|
||||||
|
- name: jellyseerr
|
||||||
|
databases:
|
||||||
|
- jellyseerr
|
||||||
|
password:
|
||||||
|
type: AlphaNumeric
|
||||||
|
|
||||||
|
|
||||||
backups:
|
backups:
|
||||||
|
|
|
@ -188,3 +188,33 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
remoteKey: atuin
|
remoteKey: atuin
|
||||||
property: ATUIN_POSTGRES_PASSWORD
|
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
|
||||||
|
|
Reference in a new issue