Automated Manifest Update #3287
@@ -125,7 +125,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: subsonic-password
|
key: subsonic-password
|
||||||
name: yubal-playlist-config-secret
|
name: yubal-playlist-config-secret
|
||||||
image: harbor.alexlebens.net/images/yubal-playlist:0.1.8
|
image: harbor.alexlebens.net/images/yubal-playlist:0.1.9
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
@@ -134,12 +134,13 @@ spec:
|
|||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/ytdlp
|
- mountPath: /app/ytdlp
|
||||||
name: cache
|
name: config
|
||||||
- mountPath: /app/data
|
- mountPath: /app/data
|
||||||
name: music
|
name: music
|
||||||
volumes:
|
volumes:
|
||||||
- emptyDir: {}
|
- name: config
|
||||||
name: cache
|
persistentVolumeClaim:
|
||||||
|
claimName: yubal-playlist
|
||||||
- name: cookie
|
- name: cookie
|
||||||
secret:
|
secret:
|
||||||
secretName: yubal-playlist-cookie
|
secretName: yubal-playlist-cookie
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
kind: PersistentVolumeClaim
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: yubal-playlist
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: yubal-playlist
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: yubal-playlist
|
||||||
|
helm.sh/chart: yubal-playlist-4.6.2
|
||||||
|
annotations:
|
||||||
|
helm.sh/resource-policy: keep
|
||||||
|
namespace: yubal-playlist
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- "ReadWriteOnce"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: "1Gi"
|
||||||
|
storageClassName: "ceph-block"
|
||||||
Reference in New Issue
Block a user