Skip to content

Commit

Permalink
feat(immich): remove bitnami's pile of shit postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
synthe102 committed Jul 21, 2024
1 parent 2e9a822 commit 8a1d631
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions k8s/sources/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ immich:
# You have to specify an existing PVC to use
existingClaim: photos-nfs

env:
DB_HOSTNAME: immich-rw

image:
tag: v1.109.2
# Dependencies
Expand All @@ -14,16 +17,7 @@ redis:
enabled: true

postgresql:
enabled: true

typesense:
enabled: false
persistence:
tsdata:
# Enabling typesense persistence is recommended to avoid slow reindexing
enabled: true
accessMode: ReadWriteOnce
size: 1Gi

# Immich components

Expand Down

0 comments on commit 8a1d631

Please sign in to comment.