update immich
This commit is contained in:
		| @@ -27,25 +27,14 @@ spec: | ||||
|     entryPoints: | ||||
|         - websecure | ||||
|     routes: | ||||
|         - match: Host(`immich.kluster.moll.re`) && PathPrefix(`/api/`) | ||||
|         - match: Host(`immich.kluster.moll.re`) | ||||
|           kind: Rule | ||||
|           services: | ||||
|               - name: immich-server | ||||
|                 port: 3001 | ||||
|                 passHostHeader: true | ||||
|           middlewares: | ||||
|               - name: stripprefix | ||||
|               - name: websocket | ||||
|  | ||||
|         - match: Host(`immich.kluster.moll.re`) && PathPrefix(`/`) | ||||
|           kind: Rule | ||||
|           services: | ||||
|               - name: immich-web | ||||
|                 port: 3000 | ||||
|                 passHostHeader: true | ||||
|           middlewares: | ||||
|               - name: websocket | ||||
|  | ||||
|     tls: | ||||
|         certResolver: default-tls | ||||
|            | ||||
| @@ -19,7 +19,7 @@ env: | ||||
|   IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}' | ||||
|  | ||||
| image: | ||||
|   tag: v1.84.0 | ||||
|   tag: v1.88.1 | ||||
|  | ||||
| immich: | ||||
|   persistence: | ||||
| @@ -67,10 +67,15 @@ typesense: | ||||
|  | ||||
| server: | ||||
|   enabled: true | ||||
|  | ||||
|   image: | ||||
|     repository: ghcr.io/immich-app/immich-server | ||||
|     pullPolicy: IfNotPresent | ||||
|  | ||||
|   ingress: | ||||
|     main: | ||||
|       enabled: false | ||||
|  | ||||
| microservices: | ||||
|   enabled: true | ||||
|   env: | ||||
| @@ -103,34 +108,24 @@ machine-learning: | ||||
|       accessMode: ReadWriteMany | ||||
|       # storageClass: your-class | ||||
|  | ||||
| web: | ||||
|   enabled: true | ||||
|   image: | ||||
|     repository: ghcr.io/immich-app/immich-web | ||||
|     pullPolicy: IfNotPresent | ||||
|   persistence: | ||||
|     library: | ||||
|       enabled: false | ||||
| # web: | ||||
| #   enabled: true | ||||
| #   image: | ||||
| #     repository: ghcr.io/immich-app/immich-web | ||||
| #     pullPolicy: IfNotPresent | ||||
| #   persistence: | ||||
| #     library: | ||||
| #       enabled: false | ||||
|  | ||||
| proxy: | ||||
|   enabled: true | ||||
|   image: | ||||
|     repository: ghcr.io/immich-app/immich-proxy | ||||
|     pullPolicy: IfNotPresent | ||||
| # proxy: | ||||
| #   enabled: true | ||||
| #   image: | ||||
| #     repository: ghcr.io/immich-app/immich-proxy | ||||
| #     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: [] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user