chore: Update manifests after change
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user