update immich
This commit is contained in:
parent
82658af7e4
commit
717940a01f
@ -27,25 +27,14 @@ spec:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`immich.kluster.moll.re`) && PathPrefix(`/api/`)
|
- match: Host(`immich.kluster.moll.re`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: immich-server
|
- name: immich-server
|
||||||
port: 3001
|
port: 3001
|
||||||
passHostHeader: true
|
passHostHeader: true
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: stripprefix
|
|
||||||
- name: websocket
|
- name: websocket
|
||||||
|
|
||||||
- match: Host(`immich.kluster.moll.re`) && PathPrefix(`/`)
|
|
||||||
kind: Rule
|
|
||||||
services:
|
|
||||||
- name: immich-web
|
|
||||||
port: 3000
|
|
||||||
passHostHeader: true
|
|
||||||
middlewares:
|
|
||||||
- name: websocket
|
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
certResolver: default-tls
|
certResolver: default-tls
|
||||||
|
|
@ -19,7 +19,7 @@ env:
|
|||||||
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: v1.84.0
|
tag: v1.88.1
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
persistence:
|
persistence:
|
||||||
@ -67,10 +67,15 @@ typesense:
|
|||||||
|
|
||||||
server:
|
server:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/immich-app/immich-server
|
repository: ghcr.io/immich-app/immich-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
microservices:
|
microservices:
|
||||||
enabled: true
|
enabled: true
|
||||||
env:
|
env:
|
||||||
@ -103,34 +108,24 @@ machine-learning:
|
|||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
# storageClass: your-class
|
# storageClass: your-class
|
||||||
|
|
||||||
web:
|
# web:
|
||||||
enabled: true
|
# enabled: true
|
||||||
image:
|
# image:
|
||||||
repository: ghcr.io/immich-app/immich-web
|
# repository: ghcr.io/immich-app/immich-web
|
||||||
pullPolicy: IfNotPresent
|
# pullPolicy: IfNotPresent
|
||||||
persistence:
|
# persistence:
|
||||||
library:
|
# library:
|
||||||
enabled: false
|
# enabled: false
|
||||||
|
|
||||||
proxy:
|
# proxy:
|
||||||
enabled: true
|
# enabled: true
|
||||||
image:
|
# image:
|
||||||
repository: ghcr.io/immich-app/immich-proxy
|
# repository: ghcr.io/immich-app/immich-proxy
|
||||||
pullPolicy: IfNotPresent
|
# pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# persistence:
|
||||||
|
# library:
|
||||||
|
# enabled: false
|
||||||
|
|
||||||
persistence:
|
|
||||||
library:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
main:
|
|
||||||
enabled: false
|
|
||||||
annotations:
|
|
||||||
# proxy-body-size is set to 0 to remove the body limit on file uploads
|
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
|
||||||
hosts:
|
|
||||||
- host: immich.local
|
|
||||||
paths:
|
|
||||||
- path: "/"
|
|
||||||
tls: []
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user