2026-04-04 09:42:25 -07:00
|
|
|
---
|
2026-01-26 11:20:11 -08:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: immich
|
|
|
|
|
resources:
|
2026-04-04 09:42:25 -07:00
|
|
|
- deployment-server.yaml
|
|
|
|
|
- deployment-ml.yaml
|
|
|
|
|
- deployment-valkey.yaml
|
|
|
|
|
- service.yaml
|
|
|
|
|
- service-ml.yaml
|
|
|
|
|
- service-valkey.yaml
|
|
|
|
|
- pvc-ml-cache.yaml
|
2026-01-26 11:20:11 -08:00
|
|
|
- pv-nfs.yaml
|
|
|
|
|
- pvc.yaml
|
|
|
|
|
- ingress-tailscale.yaml
|
2026-04-04 09:42:25 -07:00
|
|
|
images:
|
|
|
|
|
- name: ghcr.io/immich-app/immich-server
|
|
|
|
|
newTag: v2.6.3
|
|
|
|
|
- name: ghcr.io/immich-app/immich-machine-learning
|
|
|
|
|
newTag: v2.6.3
|
|
|
|
|
- name: docker.io/valkey/valkey
|
2026-05-01 17:40:03 -07:00
|
|
|
newName: registry.ops.eblu.me/blumeops/valkey
|
|
|
|
|
newTag: v8.1.6-r0-946fa75
|