readability improvements

This commit is contained in:
2023-12-11 12:33:53 +01:00
parent 4dbbaecc6b
commit 63d1a80db8
10 changed files with 38 additions and 44 deletions

View File

@@ -2,6 +2,10 @@
## You can find it at https://github.com/bjw-s/helm-charts/tree/main/charts/library/common
## Refer there for more detail about the supported values
image:
tag: v1.90.2
# These entries are shared between all the Immich components
env:
@@ -29,9 +33,6 @@ env:
IMMICH_SERVER_URL: '{{ printf "http://%s-server:3001" .Release.Name }}'
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
image:
tag: v1.89.0
immich:
persistence:
# Main data store for all photos shared between different components.
@@ -45,7 +46,6 @@ immich:
postgresql:
enabled: false
redis:
enabled: true
architecture: standalone
@@ -63,29 +63,17 @@ typesense:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
# storageClass: storage-class
image:
repository: docker.io/typesense/typesense
tag: 0.24.0
pullPolicy: IfNotPresent
# Immich components
server:
enabled: true
image:
repository: ghcr.io/immich-app/immich-server
pullPolicy: IfNotPresent
ingress:
main:
enabled: false
microservices:
enabled: true
env:
REVERSE_GEOCODING_DUMP_DIRECTORY: /geodata-cache
persistence:
geodata-cache:
enabled: true
@@ -93,18 +81,9 @@ microservices:
# Optional: Set this to pvc to avoid downloading the geodata every start.
type: emptyDir
accessMode: ReadWriteMany
# storageClass: your-class
image:
repository: ghcr.io/immich-app/immich-server
pullPolicy: IfNotPresent
machine-learning:
enabled: true
image:
repository: ghcr.io/immich-app/immich-machine-learning
pullPolicy: IfNotPresent
env:
TRANSFORMERS_CACHE: /cache
persistence:
cache:
enabled: true
@@ -112,4 +91,3 @@ machine-learning:
# Optional: Set this to pvc to avoid downloading the ML models every start.
type: emptyDir
accessMode: ReadWriteMany
# storageClass: your-class