mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change values.yaml immich
This commit is contained in:
+26
-25
@@ -26,13 +26,25 @@ spec:
|
|||||||
image:
|
image:
|
||||||
tag: v1.125.7
|
tag: v1.125.7
|
||||||
env:
|
env:
|
||||||
# Valkey (Redis replacement)
|
# External PostgreSQL connection
|
||||||
REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}'
|
DB_HOSTNAME: "immich-postgres-rw"
|
||||||
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
DB_PORT: "5432"
|
||||||
|
DB_USERNAME: "immich"
|
||||||
|
DB_DATABASE_NAME: "immich"
|
||||||
|
# Reference the CNPG secret for password
|
||||||
|
DB_PASSWORD:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: immich-postgres-app
|
||||||
|
key: password
|
||||||
|
# env:
|
||||||
|
# # Valkey (Redis replacement)
|
||||||
|
# REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}'
|
||||||
|
# IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
metrics:
|
# metrics:
|
||||||
enabled: false
|
# enabled: false
|
||||||
persistence:
|
persistence:
|
||||||
library:
|
library:
|
||||||
existingClaim: immich-claim
|
existingClaim: immich-claim
|
||||||
@@ -46,6 +58,7 @@ spec:
|
|||||||
size: 1Gi
|
size: 1Gi
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
type: persistentVolumeClaim
|
type: persistentVolumeClaim
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
|
||||||
server:
|
server:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -56,26 +69,14 @@ spec:
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/immich-app/immich-server
|
repository: ghcr.io/immich-app/immich-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
probes:
|
# probes:
|
||||||
startup:
|
# startup:
|
||||||
enabled: true
|
# enabled: true
|
||||||
spec:
|
# spec:
|
||||||
initialDelaySeconds: 0
|
# initialDelaySeconds: 0
|
||||||
timeoutSeconds: 1
|
# timeoutSeconds: 1
|
||||||
periodSeconds: 5
|
# periodSeconds: 5
|
||||||
failureThreshold: 1000
|
# failureThreshold: 1000
|
||||||
env:
|
|
||||||
# External PostgreSQL connection
|
|
||||||
DB_HOSTNAME: "immich-postgres-rw"
|
|
||||||
DB_PORT: "5432"
|
|
||||||
DB_USERNAME: "immich"
|
|
||||||
DB_DATABASE_NAME: "immich"
|
|
||||||
# Reference the CNPG secret for password
|
|
||||||
DB_PASSWORD:
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: immich-postgres-app
|
|
||||||
key: password
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user