chore: Update manifests after change

This commit is contained in:
2026-01-16 04:33:48 +00:00
parent 1f020f5e4e
commit 51a78e3b4f
2 changed files with 28 additions and 0 deletions

View File

@@ -111,6 +111,20 @@ spec:
secretKeyRef:
key: lidarr-key
name: yubal-playlist-config-secret
- name: YUBAL_SUBSONIC_ENDPOINT
value: http://navidrome.navidrome
- name: YUBAL_SUBSONIC_PORT
value: "80"
- name: YUBAL_SUBSONIC_USER
valueFrom:
secretKeyRef:
key: subsonic-user
name: yubal-playlist-config-secret
- name: YUBAL_SUBSONIC_PASSWORD
valueFrom:
secretKeyRef:
key: subsonic-password
name: yubal-playlist-config-secret
image: harbor.alexlebens.net/images/yubal-playlist:0.1.0
imagePullPolicy: IfNotPresent
name: main

View File

@@ -19,3 +19,17 @@ spec:
key: /cl01tl/lidarr2/key
metadataPolicy: None
property: key
- secretKey: subsonic-user
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/navidrome/admin
metadataPolicy: None
property: user
- secretKey: subsonic-password
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/navidrome/admin
metadataPolicy: None
property: password