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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user