ADD: added photoprism and immich manifest

This commit is contained in:
henry
2025-05-02 19:07:42 +02:00
parent 291c2a0113
commit 35b7b7b4da
23 changed files with 571 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: immich-env
namespace: photoprism
labels:
app: immich
data:
DB_DATABASE_NAME: "immich"
DB_HOSTNAME: "immich-database"
DB_USERNAME: "immich"
IMMICH_MACHINE_LEARNING_URL: "http://immich-machine-learning:3003"
# REDIS_HOSTNAME: "redis-server.redis-server.svc.cluster.local"
REDIS_HOSTNAME: "redis-server"
REDIS_PORT: "6379"
REDIS_DBINDEX: "0"
REDIS_PASSWORD: ""
DISABLE_REVERSE_GEOCODING: "false"
REVERSE_GEOCODING_PRECISION: "2"
PUBLIC_LOGIN_PAGE_MESSAGE: ""
PUID: "0"
PGID: "0"
DB_PASSWORD: "password"