enable lidarr

This commit is contained in:
2026-01-04 17:29:45 -06:00
parent 2bd78b4d8e
commit 3ff132c379
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: yubal-playlist-config-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: yubal-playlist-config-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: lidarr-key
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/lidarr2/key
metadataPolicy: None
property: key

View File

@@ -20,6 +20,13 @@ yubal-playlist:
value: true
- name: YUBAL_MB_USER_AGENT
value: alexanderlebens@gmail.com
- name: YUBAL_LIDARR_ENDPOINT
value: http://lidarr.lidarr:80
- name: YUBAL_LIDARR_API_KEY
valueFrom:
secretKeyRef:
name: yubal-playlist-config-secret
key: lidarr-key
resources:
requests:
cpu: 10m