Skip to content
Snippets Groups Projects
Verified Commit 05f8a3c6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(immich): adjust the ca mounting

parent 59312586
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ data:
DB_HOSTNAME: immich-postgres.immich.svc.cluster.local
DB_DATABASE_NAME: immich
PGSSLMODE: require
PGSSLROOTCERT: /ca/ca.pem
PGSSLROOTCERT: /ca/ca.crt
image:
tag: v1.65.0
immich:
......@@ -58,6 +58,24 @@ data:
existingClaim: immich-data
postgres-ca:
enabled: true
machine-learning:
persistence:
postgres-ca:
enabled: true
mountPath: /ca/
type: secret
name: namespace-ca
microservices:
persistence:
postgres-ca:
enabled: true
mountPath: /ca/
type: secret
name: namespace-ca
server:
persistence:
postgres-ca:
enabled: true
mountPath: /ca/
type: secret
name: namespace-ca
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment