Automated Manifest Update #3287
@@ -125,7 +125,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: subsonic-password
|
||||
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
|
||||
name: main
|
||||
resources:
|
||||
@@ -134,12 +134,13 @@ spec:
|
||||
memory: 128Mi
|
||||
volumeMounts:
|
||||
- mountPath: /app/ytdlp
|
||||
name: cache
|
||||
name: config
|
||||
- mountPath: /app/data
|
||||
name: music
|
||||
volumes:
|
||||
- emptyDir: {}
|
||||
name: cache
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: yubal-playlist
|
||||
- name: cookie
|
||||
secret:
|
||||
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