re-add immich when nvidia is supported with zfs on talos

This commit is contained in:
Joseph Hanson 2024-05-28 08:53:28 -05:00
parent c944593ed9
commit c8ea468495
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
16 changed files with 14 additions and 13 deletions

View file

@ -13,4 +13,4 @@ data:
REDIS_PORT: "6379"
IMMICH_WEB_URL: http://immich-web.media.svc.cluster.local:3000
IMMICH_SERVER_URL: http://immich-server.media.svc.cluster.local:3001
IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning.media.svc.cluster.local:3003
IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning.media.svc.cluster.local:3003

View file

@ -18,4 +18,4 @@ data:
conditions:
- "[CONNECTED] == true"
alerts:
- type: pushover
- type: pushover

View file

@ -79,4 +79,4 @@ spec:
- path: /usr/src/app/upload
cache:
enabled: true
type: emptyDir
type: emptyDir

View file

@ -8,4 +8,4 @@ labels:
app.kubernetes.io/instance: immich-machine-learning
app.kubernetes.io/part-of: immich
resources:
- ./helmrelease.yaml
- ./helmrelease.yaml

View file

@ -77,4 +77,4 @@ spec:
server: 10.1.1.13
path: /eru/media/immich
globalMounts:
- path: /usr/src/app/upload
- path: /usr/src/app/upload

View file

@ -8,4 +8,4 @@ labels:
app.kubernetes.io/instance: immich-microservices
app.kubernetes.io/part-of: immich
resources:
- ./helmrelease.yaml
- ./helmrelease.yaml

View file

@ -37,4 +37,4 @@ spec:
secretKey: port
remoteRef:
remoteKey: immich
property: DATABASE_PORT
property: DATABASE_PORT

View file

@ -1,4 +1,4 @@
\c immich\\
CREATE EXTENSION vector;
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
CREATE EXTENSION earthdistance;

View file

@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Service
metadata:
@ -9,11 +10,11 @@ metadata:
spec:
internalTrafficPolicy: Cluster
ports:
- name: postgres
port: 5432
protocol: TCP
targetPort: postgres
- name: postgres
port: 5432
protocol: TCP
targetPort: postgres
selector:
postgres-operator.crunchydata.com/cluster: immich
postgres-operator.crunchydata.com/role: master
type: ClusterIP
type: ClusterIP