Automated Manifest Update (#3063)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3063 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3063.
This commit is contained in:
@@ -43,7 +43,14 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
- name: YUBAL_MB_USER_AGENT
|
- name: YUBAL_MB_USER_AGENT
|
||||||
value: alexanderlebens@gmail.com
|
value: alexanderlebens@gmail.com
|
||||||
image: harbor.alexlebens.net/images/yubal-playlist:0.0.4
|
- name: YUBAL_LIDARR_ENDPOINT
|
||||||
|
value: http://lidarr.lidarr:80
|
||||||
|
- name: YUBAL_LIDARR_API_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
key: lidarr-key
|
||||||
|
name: yubal-playlist-config-secret
|
||||||
|
image: harbor.alexlebens.net/images/yubal-playlist:0.0.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: yubal-playlist-config-secret
|
||||||
|
namespace: yubal-playlist
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: yubal-playlist-config-secret
|
||||||
|
app.kubernetes.io/instance: yubal-playlist
|
||||||
|
app.kubernetes.io/part-of: yubal-playlist
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
name: vault
|
||||||
|
data:
|
||||||
|
- secretKey: lidarr-key
|
||||||
|
remoteRef:
|
||||||
|
conversionStrategy: Default
|
||||||
|
decodingStrategy: None
|
||||||
|
key: /cl01tl/lidarr2/key
|
||||||
|
metadataPolicy: None
|
||||||
|
property: key
|
||||||
Reference in New Issue
Block a user