immich: replicaCount: 1 image: repository: ghcr.io/immich-app/immich-server pullPolicy: Always tag: "" imagePullSecrets: [] podAnnotations: {} podSecurityContext: {} securityContext: {} service: type: ClusterIP port: 2283 targetPort: 2283 ingress: enabled: false db: hostname: "192.168.1.3" port: 55432 username: "" password: "" database_name: "" redis: hostname: "192.168.1.3" port: 300036 username: "" password: "" dbindex: "" general: tz: "Europe/Madrid" persistence: library: enabled: true storageClass: "truenas-nfs-csi" accessMode: ReadWriteMany size: 10Gi encodedVideo: enabled: true storageClass: "" accessMode: ReadWriteMany size: 10Gi thumbs: enabled: true storageClass: "" accessMode: ReadWriteMany size: 10Gi upload: enabled: true storageClass: "" accessMode: ReadWriteMany size: 10Gi profile: enabled: true storageClass: "" accessMode: ReadWriteMany size: 1Gi backups: enabled: true storageClass: "" accessMode: ReadWriteMany size: 10Gi modelCache: enabled: true storageClass: "" accessMode: ReadWriteMany size: 10Gi autoscaling: enabled: false minReplicas: 1 maxReplicas: 3 targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 80 resources: {} livenessProbe: tcpSocket: port: 2283 initialDelaySeconds: 30 timeoutSeconds: 15 successThreshold: 1 failureThreshold: 3 periodSeconds: 10 readinessProbe: tcpSocket: port: 2283 initialDelaySeconds: 15 timeoutSeconds: 2 successThreshold: 1 failureThreshold: 3 periodSeconds: 10 nodeSelector: {} tolerations: [] affinity: {} env: {} machineLearning: enabled: false image: repository: ghcr.io/immich-app/immich-machine-learning pullPolicy: Always tag: "" imagePullSecrets: [] podAnnotations: {} podSecurityContext: {} securityContext: {} service: type: ClusterIP port: 3003 replicaCount: 1 autoscaling: enabled: false minReplicas: 1 maxReplicas: 3 targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 80 resources: {} livenessProbe: tcpSocket: port: 3003 initialDelaySeconds: 30 timeoutSeconds: 15 successThreshold: 1 failureThreshold: 3 periodSeconds: 10 readinessProbe: tcpSocket: port: 3003 initialDelaySeconds: 15 timeoutSeconds: 2 successThreshold: 1 failureThreshold: 3 periodSeconds: 10 nodeSelector: {} tolerations: [] affinity: {} persistence: modelCache: enabled: true storageClass: "" accessMode: ReadWriteMany size: 10Gi secret: enabled: false existingSecretName: "" data: {}