Automated Manifest Update (#2428)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2428
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 #2428.
This commit is contained in:
2025-12-12 04:25:28 +00:00
committed by Alex Lebens
parent d87ceca8f3
commit 7e6ecb6f68
4 changed files with 26 additions and 2 deletions

View File

@@ -110,12 +110,17 @@ spec:
name: config
readOnly: true
subPath: immich.json
- mountPath: /usr/src/app/upload-new
name: data
- mountPath: /usr/src/app/upload
name: media
volumes:
- name: config
secret:
secretName: immich-config-secret
- name: data
persistentVolumeClaim:
claimName: immich
- name: media
persistentVolumeClaim:
claimName: immich-nfs-storage