Commit Graph

6 Commits

Author SHA1 Message Date
Paul Payne
088741003f Refactor Immich configuration to use templated values for images, ports, and storage. Remove obsolete config maps and secrets. 2025-06-08 09:18:07 -07:00
payneio
2786939f89 Adds some config templates. 2025-06-04 20:21:09 -07:00
Paul Payne
2b6af9f749 Breaks Immich app deployment apart for clarity. 2025-05-28 15:25:19 -07:00
Paul Payne
72cd0ecf56 Immich: Add db-init job for database setup and update kustomization files 2025-05-28 15:15:57 -07:00
Paul Payne
456e13ddfa Welcome, Wild Cloud! 2025-05-28 14:08:10 -07:00
Paul Payne
5cbfb9c645 Add Immich application deployment files and configuration
- Create README.md for Immich app description
- Add example.env for configuration settings
- Implement deployment.yaml for Immich server and microservices
- Set up ingress.yaml for public access with DNS annotations
- Introduce db-init-job.yaml for database initialization
- Configure kustomization.yaml for resource management
- Define manifest.yaml for Immich app installation details
- Create namespace.yaml for isolating Immich resources
- Establish PVCs in pvc.yaml for storage management
- Set up services in service.yaml for server and machine learning components
- Update CoreDNS custom config to handle AAAA records
2025-05-27 17:19:41 -07:00