Automated Manifest Update #2428
@@ -102,7 +102,7 @@ data:
|
|||||||
icon: sh-immich.webp
|
icon: sh-immich.webp
|
||||||
description: Immich
|
description: Immich
|
||||||
href: https://immich.alexlebens.net
|
href: https://immich.alexlebens.net
|
||||||
siteMonitor: http://immich-main.immich:2283
|
siteMonitor: http://immich.immich:2283
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
- Pictures:
|
- Pictures:
|
||||||
icon: sh-photoview.webp
|
icon: sh-photoview.webp
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: dbe9bbda0e4b1fe0e2a812f404947fc441f01c37e37255c2a56ba67501dcd8a1
|
checksum/configMaps: aa2e66e21f5f316af1bcb1030b3c63972c06858c45f340911c2727af9f4053d3
|
||||||
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
|
|||||||
@@ -110,12 +110,17 @@ spec:
|
|||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: immich.json
|
subPath: immich.json
|
||||||
|
- mountPath: /usr/src/app/upload-new
|
||||||
|
name: data
|
||||||
- mountPath: /usr/src/app/upload
|
- mountPath: /usr/src/app/upload
|
||||||
name: media
|
name: media
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
secret:
|
secret:
|
||||||
secretName: immich-config-secret
|
secretName: immich-config-secret
|
||||||
|
- name: data
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: immich
|
||||||
- name: media
|
- name: media
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: immich-nfs-storage
|
claimName: immich-nfs-storage
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
kind: PersistentVolumeClaim
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: immich
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: immich
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: immich
|
||||||
|
helm.sh/chart: immich-4.5.0
|
||||||
|
annotations:
|
||||||
|
helm.sh/resource-policy: keep
|
||||||
|
namespace: immich
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- "ReadWriteOnce"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: "50Gi"
|
||||||
|
storageClassName: "ceph-block"
|
||||||
Reference in New Issue
Block a user