enable lidarr

This commit is contained in:
2024-12-16 12:30:50 -06:00
parent 6d4997de09
commit 28849fa5f7
2 changed files with 28 additions and 0 deletions

View File

@@ -49,6 +49,13 @@ spec:
key: /cl01tl/jellyplist
metadataPolicy: None
property: jellyfin-admin-password
- secretKey: lidarr-key
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/lidarr2/key
metadataPolicy: None
property: key
---
apiVersion: external-secrets.io/v1beta1

View File

@@ -26,6 +26,13 @@ jellyplist:
secretKeyRef:
name: jellyplist-secret
key: jellyfin-admin-password
- name: LIDARR_URL
value: http://lidarr2.lidarr2:80
- name: LIDARR_API_KEY
valueFrom:
secretKeyRef:
name: jellyplist-secret
key: lidarr-key
- name: MUSIC_STORAGE_BASE_PATH
value: /mnt/store/Music Downloads
- name: SPOTIFY_CLIENT_ID
@@ -91,6 +98,13 @@ jellyplist:
secretKeyRef:
name: jellyplist-secret
key: jellyfin-admin-password
- name: LIDARR_URL
value: http://lidarr2.lidarr2:80
- name: LIDARR_API_KEY
valueFrom:
secretKeyRef:
name: jellyplist-secret
key: lidarr-key
- name: MUSIC_STORAGE_BASE_PATH
value: /mnt/store/Music Downloads
- name: SPOTIFY_CLIENT_ID
@@ -156,6 +170,13 @@ jellyplist:
secretKeyRef:
name: jellyplist-secret
key: jellyfin-admin-password
- name: LIDARR_URL
value: http://lidarr2.lidarr2:80
- name: LIDARR_API_KEY
valueFrom:
secretKeyRef:
name: jellyplist-secret
key: lidarr-key
- name: MUSIC_STORAGE_BASE_PATH
value: /mnt/store/Music Downloads
- name: SPOTIFY_CLIENT_ID