add env
This commit is contained in:
@@ -19,6 +19,20 @@ 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
|
||||
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
|
||||
@@ -29,6 +29,20 @@ yubal-playlist:
|
||||
secretKeyRef:
|
||||
name: yubal-playlist-config-secret
|
||||
key: lidarr-key
|
||||
- name: YUBAL_SUBSONIC_ENDPOINT
|
||||
value: http://navidrome.navidrome
|
||||
- name: YUBAL_SUBSONIC_PORT
|
||||
value: 80
|
||||
- name: YUBAL_SUBSONIC_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: yubal-playlist-config-secret
|
||||
key: subsonic-user
|
||||
- name: YUBAL_SUBSONIC_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: yubal-playlist-config-secret
|
||||
key: subsonic-password
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
||||
Reference in New Issue
Block a user