Edit helm immich values

This commit is contained in:
Ruben Hensen
2026-01-21 16:05:18 +01:00
parent aa2087ecd2
commit e0058c1415
+22 -14
View File
@@ -26,17 +26,6 @@ spec:
image: image:
tag: v1.125.7 tag: v1.125.7
env: 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
# Valkey (Redis replacement) # Valkey (Redis replacement)
REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}' REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}'
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}' IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
@@ -75,11 +64,25 @@ spec:
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:
enabled: true enabled: true
className: nginx ingressClassName: nginx
annotations: annotations:
# proxy-body-size is set to 0 to remove the body limit on file uploads
nginx.ingress.kubernetes.io/proxy-body-size: "0" nginx.ingress.kubernetes.io/proxy-body-size: "0"
cert-manager.io/cluster-issuer: prod-cluster-issuer cert-manager.io/cluster-issuer: prod-cluster-issuer
hosts: hosts:
@@ -87,12 +90,16 @@ spec:
paths: paths:
- path: "/" - path: "/"
service: service:
identifier: main name: sol-auth-svc
port: 8002
# identifier: main
- host: foto.scoutingmbg.nl - host: foto.scoutingmbg.nl
paths: paths:
- path: "/" - path: "/"
service: service:
identifier: main name: sol-auth-svc
port: 8002
# identifier: main
tls: tls:
- secretName: letsencrypt-prod - secretName: letsencrypt-prod
hosts: hosts:
@@ -117,6 +124,7 @@ spec:
enabled: true enabled: true
size: 10Gi size: 10Gi
type: emptyDir type: emptyDir
accessMode: ReadWriteMany
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc