- 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
9 lines
275 B
YAML
9 lines
275 B
YAML
name: immich
|
|
install: true
|
|
description: Immich is a self-hosted photo and video backup solution that allows you to store, manage, and share your media files securely.
|
|
version: 1.0.0
|
|
icon: https://immich.app/assets/images/logo.png
|
|
requires:
|
|
- name: redis
|
|
- name: postgres
|