Parameters
The parent key for all of the following parameters is immich.
namespaceMetadata
| type |
object |
| default |
|
Optional metadata merged into the Kubernetes namespace object.
The following keys are supported; each value must be a map of string keys to string values:
-
annotations— merged with the component’s default annotations (for example the Argo CD sync wave). Your entries are additive; defaults are preserved unless you override the same key. -
labels— merged with the component’s default labels (app.kubernetes.io/name,app.kubernetes.io/managed-by). Same merge behavior as for annotations.
components
| type |
object |
Settings for the Immich Helm subcharts, the library PVC, and the CloudNativePG Cluster that backs Immich.
components.server
| type |
object |
||||||||
| default |
|
Configure the server component for immich.
components.database
| type |
object |
||||||
| default |
|
Enable and configure the database needed for immich.
components.valkey
| type |
object |
||||
| default |
|
Enable and configure the Redis component needed for immich.
components.machineLearning
| type |
object |
||||
| default |
|
Enable and configure the machine learning component for immich.
configuration
| type |
object |
| default |
|
See immich configuration.