- Added debug mode, structured ConfigMap pattern, and README to all charts - Migrated all flat-structure charts to hierarchical values under chartname key - Fixed templates to use correct hierarchical paths - Renamed helm-rustical key to rustical, added HPA support - Fixed ingress YAML parsing (oxicloud), nested env vars (rustical) - Pushed all normalized charts to OCI registry as 1.0.0+ and updated ArgoCD apps
169 lines
3 KiB
YAML
169 lines
3 KiB
YAML
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
|
|
|
|
config:
|
|
database:
|
|
hostname: ""
|
|
port: 55432
|
|
username: ""
|
|
password: ""
|
|
name: ""
|
|
redis:
|
|
hostname: ""
|
|
port: 6379
|
|
username: ""
|
|
password: ""
|
|
dbIndex: ""
|
|
general:
|
|
timezone: 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: {}
|
|
|
|
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: {}
|
|
|
|
debug:
|
|
enabled: false
|